aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-06-15 21:24:24 -0400
committerGlenn Morris2015-06-15 21:24:24 -0400
commite80225000dda3f1deac5ea95a9253301b05fbed7 (patch)
tree0957071f5ca2cd2c1f0048eab1bb00876c212d0d
parent6ebbc2f69825e9fdc5a5658047469ad541cf3dce (diff)
downloademacs-e80225000dda3f1deac5ea95a9253301b05fbed7.tar.gz
emacs-e80225000dda3f1deac5ea95a9253301b05fbed7.zip
; Comment fixes.
-rw-r--r--lisp/cmuscheme.el2
-rw-r--r--lisp/progmodes/inf-lisp.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index 5d72c561dd7..7c5819d2126 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -37,7 +37,7 @@
37;; 37;;
38;; NOTE: MIT Cscheme, when invoked with the -emacs flag, has a special user 38;; NOTE: MIT Cscheme, when invoked with the -emacs flag, has a special user
39;; interface that communicates process state back to the superior emacs by 39;; interface that communicates process state back to the superior emacs by
40;; outputting special control sequences. The gnumacs package, xscheme.el, has 40;; outputting special control sequences. The Emacs package, xscheme.el, has
41;; lots and lots of special purpose code to read these control sequences, and 41;; lots and lots of special purpose code to read these control sequences, and
42;; so is very tightly integrated with the cscheme process. The cscheme 42;; so is very tightly integrated with the cscheme process. The cscheme
43;; interrupt handler and debugger read single character commands in cbreak 43;; interrupt handler and debugger read single character commands in cbreak
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
126 126
127;;; This function exists for backwards compatibility. 127;;; This function exists for backwards compatibility.
128;;; Previous versions of this package bound commands to C-c <letter> 128;;; Previous versions of this package bound commands to C-c <letter>
129;;; bindings, which is not allowed by the gnumacs standard. 129;;; bindings, which is not allowed by the Emacs standard.
130 130
131;;; "This function binds many inferior-lisp commands to C-c <letter> bindings, 131;;; "This function binds many inferior-lisp commands to C-c <letter> bindings,
132;;;where they are more accessible. C-c <letter> bindings are reserved for the 132;;;where they are more accessible. C-c <letter> bindings are reserved for the
@@ -662,7 +662,7 @@ See variable `lisp-describe-sym-command'."
662;;; Changed all keybindings of the form C-c <letter>. These are 662;;; Changed all keybindings of the form C-c <letter>. These are
663;;; supposed to be reserved for the user to bind. This affected 663;;; supposed to be reserved for the user to bind. This affected
664;;; mainly the compile/eval-defun/region[-and-go] commands. 664;;; mainly the compile/eval-defun/region[-and-go] commands.
665;;; This was painful, but necessary to adhere to the gnumacs standard. 665;;; This was painful, but necessary to adhere to the Emacs standard.
666;;; For some backwards compatibility, see the 666;;; For some backwards compatibility, see the
667;;; cmulisp-install-letter-bindings 667;;; cmulisp-install-letter-bindings
668;;; function. 668;;; function.