summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/srt-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-03 23:31:30 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-03 23:31:30 +0100
commit5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch)
tree9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /lisp/cedet/srecode/srt-mode.el
parenta1f88963f5d185551af143c0faa7854519706858 (diff)
downloademacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz
emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.bz2
emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip
; Fix typos
Diffstat (limited to 'lisp/cedet/srecode/srt-mode.el')
-rw-r--r--lisp/cedet/srecode/srt-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/srt-mode.el b/lisp/cedet/srecode/srt-mode.el
index 6bd416c5690..30509298ddc 100644
--- a/lisp/cedet/srecode/srt-mode.el
+++ b/lisp/cedet/srecode/srt-mode.el
@@ -420,7 +420,7 @@ Moves to the end of one named section."
(when (string= (car (car subdicts)) name)
(setq res (cdr (car subdicts))))
(setq subdicts (cdr subdicts)))
- ;; Pre-pend our global vars.
+ ;; Prepend our global vars.
(append global res))
;; If we aren't in a subsection, just do the global variables
global