# HG changeset patch # User Dave Love # Date 934803114 0 # Node ID e09cfa43a1657d78c74be0b75f1b88811c0c6981 # Parent 26430a2408d5e1cd9ccb23b79f55ab189aa86a19 (mode-line-mule-info): Doc fix. diff -r 26430a2408d5 -r e09cfa43a165 lisp/bindings.el --- 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)