diff options
| author | Richard M. Stallman | 2001-11-17 20:38:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 20:38:50 +0000 |
| commit | 555f1a326a00aeb520804fab6e237ecab31a035d (patch) | |
| tree | 72a5fb03b1ebe5f2c0907d94884a88174f8086fa | |
| parent | 9f0de4e301eb518291ae040a7f71af5e2b3f6c90 (diff) | |
| download | emacs-555f1a326a00aeb520804fab6e237ecab31a035d.tar.gz emacs-555f1a326a00aeb520804fab6e237ecab31a035d.zip | |
Comment change.
| -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) |