summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c68be6e5..fe046e18 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -495,7 +495,7 @@ that's something we can determine.")
;; We want Paredit in *scratch* but then it is not practical to use it for
;; temporarily holding other plain text. So drop "notes you don't want to
-;; save" from `initial-scratch-message' (using the Emacs 24 text as a base).
+;; save" from `initial-scratch-message' (using the Emacs 20 text as a base).
;;
;; We have C-x g or just creating new buffers for holding other plain text.
;; The main difference between these is that the former starts in `text-mode'.