changeset 4578:49e17f7182f5

Fix docstring copy-pasto.
author "Ville Skyttä <scop@xemacs.org>"
date Sun, 18 Jan 2009 12:14:19 +0200
parents de0228446b18
children 68f74b080e94
files lisp/ChangeLog lisp/modeline.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 18 11:55:53 2009 +0200
+++ b/lisp/ChangeLog	Sun Jan 18 12:14:19 2009 +0200
@@ -3,6 +3,8 @@
 	* font.el (font-*-p): Docstring spelling fix.
 	(set-font-*-p): Ditto.
 
+	* modeline.el (modeline-3d-p): Fix docstring copy-pasto.
+
 2009-01-13  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* mule/mule-cmds.el (set-language-environment-coding-systems): 
--- a/lisp/modeline.el	Sun Jan 18 11:55:53 2009 +0200
+++ b/lisp/modeline.el	Sun Jan 18 12:14:19 2009 +0200
@@ -44,7 +44,7 @@
 	 (specifier-instance modeline-shadow-thickness)))
     (and (integerp thickness)
 	 (> thickness 0)))
-  "Whether the default toolbar is globally visible.
+  "Whether the modeline is displayed with raised, 3-d appearance.
 This option only has an effect when set using `customize-set-variable',
 or through the Options menu."
   :group 'display