comparison lisp/bindings.el @ 25282:e09cfa43a165

(mode-line-mule-info): Doc fix.
author Dave Love <fx@gnu.org>
date Mon, 16 Aug 1999 11:31:54 +0000
parents e4f2a5d1dc28
children 4d817651d5b4
comparison
equal deleted inserted replaced
25281:26430a2408d5 25282:e09cfa43a165
54 "Mode-line control for displaying information of multilingual environment. 54 "Mode-line control for displaying information of multilingual environment.
55 Normally it displays current input method (if any activated) and 55 Normally it displays current input method (if any activated) and
56 mnemonics of the following coding systems: 56 mnemonics 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
65 (defvar mode-line-buffer-identification (purecopy '("%12b")) 67 (defvar mode-line-buffer-identification (purecopy '("%12b"))
66 "Mode-line control for identifying the buffer being displayed. 68 "Mode-line control for identifying the buffer being displayed.