diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:01:12 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:01:12 -0400 |
commit | 7d6c7d0b461705fd67f7df1096b6f6376931f140 (patch) | |
tree | 1e7357ec992af7bd13ab2251d8b4c654d3a40a4d /lisp/progmodes/inf-lisp.el | |
parent | 1bc4def8ca6d9bf9096af8ea3185c428f36b2c5a (diff) | |
download | emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.tar.gz |
; Use GNU not Gnu in docs
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 f0e052feb8f..55e5d0ecdc3 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -108,8 +108,8 @@ mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword ;;; These commands augment Lisp mode, so you can process Lisp code in ;;; the source files. -(define-key lisp-mode-map "\M-\C-x" 'lisp-eval-defun) ; Gnu convention -(define-key lisp-mode-map "\C-x\C-e" 'lisp-eval-last-sexp) ; Gnu convention +(define-key lisp-mode-map "\M-\C-x" 'lisp-eval-defun) ; GNU convention +(define-key lisp-mode-map "\C-x\C-e" 'lisp-eval-last-sexp) ; GNU convention (define-key lisp-mode-map "\C-c\C-e" 'lisp-eval-defun) (define-key lisp-mode-map "\C-c\C-r" 'lisp-eval-region) (define-key lisp-mode-map "\C-c\C-n" 'lisp-eval-form-and-next) |