# HG changeset patch # User "Ville Skyttä " # Date 1232273659 -7200 # Node ID 49e17f7182f51df9b27d02a74b5433b1654aa3a1 # Parent de0228446b18b1ff1d5a0c4411fdbae51781cf71 Fix docstring copy-pasto. diff -r de0228446b18 -r 49e17f7182f5 lisp/ChangeLog --- 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 * mule/mule-cmds.el (set-language-environment-coding-systems): diff -r de0228446b18 -r 49e17f7182f5 lisp/modeline.el --- 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