(mode-line-mule-info): Doc fix.
This commit is contained in:
parent
b9b37d2bf5
commit
ebc6753fda
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue