]> code.delx.au - gnu-emacs/commitdiff
; Comment fixes.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Jun 2015 01:24:24 +0000 (21:24 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Jun 2015 01:24:24 +0000 (21:24 -0400)
lisp/cmuscheme.el
lisp/progmodes/inf-lisp.el

index 5d72c561dd77818fbf429bbe153ae71b1cbf82f6..7c5819d2126b0276e4e9236b642ffa7310384edd 100644 (file)
@@ -37,7 +37,7 @@
 ;;
 ;; NOTE: MIT Cscheme, when invoked with the -emacs flag, has a special user
 ;; interface that communicates process state back to the superior emacs by
-;; outputting special control sequences. The gnumacs package, xscheme.el, has
+;; outputting special control sequences. The Emacs package, xscheme.el, has
 ;; lots and lots of special purpose code to read these control sequences, and
 ;; so is very tightly integrated with the cscheme process. The cscheme
 ;; interrupt handler and debugger read single character commands in cbreak
index cdedbce9cbfd47568a5a8913b49264902353dc38..17aaab9e2c308442311b37390a5cd66540cb09c5 100644 (file)
@@ -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.