comparison lisp/modeline.el @ 4578:49e17f7182f5

Fix docstring copy-pasto.
author "Ville Skyttä <scop@xemacs.org>"
date Sun, 18 Jan 2009 12:14:19 +0200
parents b325de44db27
children 668c73e222fd
comparison
equal deleted inserted replaced
4577:de0228446b18 4578:49e17f7182f5
42 (defcustom modeline-3d-p ;; added for the options menu 42 (defcustom modeline-3d-p ;; added for the options menu
43 (let ((thickness 43 (let ((thickness
44 (specifier-instance modeline-shadow-thickness))) 44 (specifier-instance modeline-shadow-thickness)))
45 (and (integerp thickness) 45 (and (integerp thickness)
46 (> thickness 0))) 46 (> thickness 0)))
47 "Whether the default toolbar is globally visible. 47 "Whether the modeline is displayed with raised, 3-d appearance.
48 This option only has an effect when set using `customize-set-variable', 48 This option only has an effect when set using `customize-set-variable',
49 or through the Options menu." 49 or through the Options menu."
50 :group 'display 50 :group 'display
51 :type 'boolean 51 :type 'boolean
52 :set #'(lambda (var val) 52 :set #'(lambda (var val)