aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-08-16 11:31:54 +0000
committerDave Love1999-08-16 11:31:54 +0000
commitebc6753fda6d793ff8691199d38ca7534f4dedce (patch)
tree814002d772714bc17eb536b0a80fe524cfe9fc93
parentb9b37d2bf5149a02eb17eca20c4780fe53a13c4a (diff)
downloademacs-ebc6753fda6d793ff8691199d38ca7534f4dedce.tar.gz
emacs-ebc6753fda6d793ff8691199d38ca7534f4dedce.zip
(mode-line-mule-info): Doc fix.
-rw-r--r--lisp/bindings.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index e3844b64760..ca992861dbd 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -56,9 +56,11 @@ Normally it displays current input method (if any activated) and
56mnemonics of the following coding systems: 56mnemonics of the following coding systems:
57 coding system for saving or writing the current buffer 57 coding system for saving or writing the current buffer
58 coding system for keyboard input (if Emacs is running on terminal) 58 coding system for keyboard input (if Emacs is running on terminal)
59 coding system for terminal output (if Emacs is running on terminal) 59 coding system for terminal output (if Emacs is running on terminal)"
60 coding system for decoding output of buffer process (if any) 60;; Currently not:
61 coding system for encoding text to send to buffer process (if any).") 61;;; coding system for decoding output of buffer process (if any)
62;;; coding system for encoding text to send to buffer process (if any)."
63)
62 64
63(make-variable-buffer-local 'mode-line-mule-info) 65(make-variable-buffer-local 'mode-line-mule-info)
64 66