From 44d15ae01dfbae7b6e79493cfdf973cac98b0c48 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 2 Jan 2009 17:04:21 +0000 Subject: * bindings.el (mode-line-eol-desc): Fix typo in help message. (mode-line-client): Fix typo in help message and docstring. --- lisp/bindings.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/bindings.el') diff --git a/lisp/bindings.el b/lisp/bindings.el index 245050dab71..835d3e6f583 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -155,7 +155,7 @@ corresponding to the mode line clicked." 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 @@ corresponding to the mode line clicked." (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 `("" -- cgit v1.2.3