diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-15 21:24:24 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-15 21:24:24 -0400 |
commit | e80225000dda3f1deac5ea95a9253301b05fbed7 (patch) | |
tree | 0957071f5ca2cd2c1f0048eab1bb00876c212d0d /lisp/progmodes/inf-lisp.el | |
parent | 6ebbc2f69825e9fdc5a5658047469ad541cf3dce (diff) | |
download | emacs-e80225000dda3f1deac5ea95a9253301b05fbed7.tar.gz emacs-e80225000dda3f1deac5ea95a9253301b05fbed7.tar.bz2 emacs-e80225000dda3f1deac5ea95a9253301b05fbed7.zip |
; Comment fixes.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index cdedbce9cbf..17aaab9e2c3 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -126,7 +126,7 @@ mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword ;;; This function exists for backwards compatibility. ;;; Previous versions of this package bound commands to C-c <letter> -;;; bindings, which is not allowed by the gnumacs standard. +;;; bindings, which is not allowed by the Emacs standard. ;;; "This function binds many inferior-lisp commands to C-c <letter> bindings, ;;;where they are more accessible. C-c <letter> bindings are reserved for the @@ -662,7 +662,7 @@ See variable `lisp-describe-sym-command'." ;;; Changed all keybindings of the form C-c <letter>. These are ;;; supposed to be reserved for the user to bind. This affected ;;; mainly the compile/eval-defun/region[-and-go] commands. -;;; This was painful, but necessary to adhere to the gnumacs standard. +;;; This was painful, but necessary to adhere to the Emacs standard. ;;; For some backwards compatibility, see the ;;; cmulisp-install-letter-bindings ;;; function. |