diff options
| -rw-r--r-- | lisp/bindings.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 1e7e9716249..3f64044554b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -168,9 +168,9 @@ mnemonics of the following coding systems: | |||
| 168 | coding system for saving or writing the current buffer | 168 | coding system for saving or writing the current buffer |
| 169 | coding system for keyboard input (if Emacs is running on terminal) | 169 | coding system for keyboard input (if Emacs is running on terminal) |
| 170 | coding system for terminal output (if Emacs is running on terminal)" | 170 | coding system for terminal output (if Emacs is running on terminal)" |
| 171 | ;; Currently not: | 171 | ;;; Currently not: |
| 172 | ;; coding system for decoding output of buffer process (if any) | 172 | ;;; coding system for decoding output of buffer process (if any) |
| 173 | ;; coding system for encoding text to send to buffer process (if any)." | 173 | ;;; coding system for encoding text to send to buffer process (if any)." |
| 174 | ) | 174 | ) |
| 175 | 175 | ||
| 176 | (make-variable-buffer-local 'mode-line-mule-info) | 176 | (make-variable-buffer-local 'mode-line-mule-info) |