summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-guess.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-16 14:35:25 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-16 14:54:02 +0200
commitfb9f5501d838f8b912ea33f9c34fdf6020c41f35 (patch)
tree7d71ac212c888b9814b6fa189840d87d1be33b57 /lisp/progmodes/cc-guess.el
parent289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff)
downloademacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz
; Fix typos: emacs lisp -> Emacs Lisp
Diffstat (limited to 'lisp/progmodes/cc-guess.el')
-rw-r--r--lisp/progmodes/cc-guess.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-guess.el b/lisp/progmodes/cc-guess.el
index 0824af66b43..9c88c14a6c1 100644
--- a/lisp/progmodes/cc-guess.el
+++ b/lisp/progmodes/cc-guess.el
@@ -58,7 +58,7 @@
;;
;; If you want to reuse the guessed style in future emacs sessions,
;; you may want to put it to your .emacs. `c-guess-view' is for
-;; you. It emits emacs lisp code which defines the last guessed
+;; you. It emits Emacs Lisp code which defines the last guessed
;; style, in a temporary buffer. You can put the emitted code into
;; your .emacs. This command was suggested by Alan Mackenzie.
@@ -527,7 +527,7 @@ is called with one argument, the guessed style."
(cdr needs-markers)))))
(defun c-guess-view (&optional with-name)
- "Emit emacs lisp code which defines the last guessed style.
+ "Emit Emacs Lisp code which defines the last guessed style.
So you can put the code into .emacs if you prefer the
guessed code.
\"STYLE NAME HERE\" is used as the name for the style in the