Mercurial > emacs
changeset 25282:e09cfa43a165
(mode-line-mule-info): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 16 Aug 1999 11:31:54 +0000 |
parents | 26430a2408d5 |
children | 94c605866a9e |
files | lisp/bindings.el |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Mon Aug 16 11:29:58 1999 +0000 +++ b/lisp/bindings.el Mon Aug 16 11:31:54 1999 +0000 @@ -56,9 +56,11 @@ 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)