# HG changeset patch # User Juanma Barranquero # Date 1230915861 0 # Node ID 46065363a5a606496be49f4e1e533f89903896c3 # Parent d04a06709cea576398d641e812e580b9b4245f3c * bindings.el (mode-line-eol-desc): Fix typo in help message. (mode-line-client): Fix typo in help message and docstring. diff -r d04a06709cea -r 46065363a5a6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 02 16:13:27 2009 +0000 +++ b/lisp/ChangeLog Fri Jan 02 17:04:21 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-02 Juanma Barranquero + + * bindings.el (mode-line-eol-desc): Fix typo in help message. + (mode-line-client): Fix typo in help message and docstring. + 2009-01-02 Jason Rumney * term/w32-win.el (image-library-alist): Add gobject library. diff -r d04a06709cea -r 46065363a5a6 lisp/bindings.el --- a/lisp/bindings.el Fri Jan 02 16:13:27 2009 +0000 +++ b/lisp/bindings.el Fri Jan 02 17:04:21 2009 +0000 @@ -155,7 +155,7 @@ mnemonic 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle" (if (eq eol 0) "Unix-style LF" - (if (eq eol 1) "Dos-style CRLF" + (if (eq eol 1) "DOS-style CRLF" (if (eq eol 2) "Mac-style CR" "Undecided")))) 'keymap @@ -170,8 +170,8 @@ (defvar mode-line-client `("" (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) - help-echo "Emacsclient frame")) - "Mode-line control for identifying Emacsclient frames.") + help-echo "emacsclient frame")) + "Mode-line control for identifying emacsclient frames.") (defvar mode-line-mule-info `(""