From ebc6753fda6d793ff8691199d38ca7534f4dedce Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 16 Aug 1999 11:31:54 +0000 Subject: [PATCH] (mode-line-mule-info): Doc fix. --- lisp/bindings.el | 8 +++++--- 1 file 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 mnemonics of the following coding systems: coding system for saving or writing the current buffer coding system for keyboard input (if Emacs is running on terminal) - coding system for terminal output (if Emacs is running on terminal) - coding system for decoding output of buffer process (if any) - coding system for encoding text to send to buffer process (if any).") + coding system for terminal output (if Emacs is running on terminal)" +;; Currently not: +;;; coding system for decoding output of buffer process (if any) +;;; coding system for encoding text to send to buffer process (if any)." +) (make-variable-buffer-local 'mode-line-mule-info) -- 2.39.5