diff options
| author | Juanma Barranquero | 2009-01-02 17:04:21 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-02 17:04:21 +0000 |
| commit | 44d15ae01dfbae7b6e79493cfdf973cac98b0c48 (patch) | |
| tree | 1e5df620476dc1d3fd5895108aaa389903f22cdc | |
| parent | 3d691666091a878e0e4a563c5f14ec60481a737a (diff) | |
| download | emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.tar.gz emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.zip | |
* bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/bindings.el | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 488da112eae..adb402c2912 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * bindings.el (mode-line-eol-desc): Fix typo in help message. | ||
| 4 | (mode-line-client): Fix typo in help message and docstring. | ||
| 5 | |||
| 1 | 2009-01-02 Jason Rumney <jasonr@gnu.org> | 6 | 2009-01-02 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * term/w32-win.el (image-library-alist): Add gobject library. | 8 | * term/w32-win.el (image-library-alist): Add gobject library. |
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." | |||
| 155 | mnemonic | 155 | mnemonic |
| 156 | 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle" | 156 | 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle" |
| 157 | (if (eq eol 0) "Unix-style LF" | 157 | (if (eq eol 0) "Unix-style LF" |
| 158 | (if (eq eol 1) "Dos-style CRLF" | 158 | (if (eq eol 1) "DOS-style CRLF" |
| 159 | (if (eq eol 2) "Mac-style CR" | 159 | (if (eq eol 2) "Mac-style CR" |
| 160 | "Undecided")))) | 160 | "Undecided")))) |
| 161 | 'keymap | 161 | 'keymap |
| @@ -170,8 +170,8 @@ corresponding to the mode line clicked." | |||
| 170 | (defvar mode-line-client | 170 | (defvar mode-line-client |
| 171 | `("" | 171 | `("" |
| 172 | (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) | 172 | (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) |
| 173 | help-echo "Emacsclient frame")) | 173 | help-echo "emacsclient frame")) |
| 174 | "Mode-line control for identifying Emacsclient frames.") | 174 | "Mode-line control for identifying emacsclient frames.") |
| 175 | 175 | ||
| 176 | (defvar mode-line-mule-info | 176 | (defvar mode-line-mule-info |
| 177 | `("" | 177 | `("" |