aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 5e9247d483b..b08617a9fef 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1156,7 +1156,7 @@ where FACE is a valid face specification, as it can be used with
1156 (emacs-version) 1156 (emacs-version)
1157 "\n" 1157 "\n"
1158 :face '(variable-pitch :height 0.5) 1158 :face '(variable-pitch :height 0.5)
1159 "Copyright (C) 2002 Free Software Foundation, Inc.") 1159 "Copyright (C) 2004 Free Software Foundation, Inc.")
1160 (and auto-save-list-file-prefix 1160 (and auto-save-list-file-prefix
1161 ;; Don't signal an error if the 1161 ;; Don't signal an error if the
1162 ;; directory for auto-save-list files 1162 ;; directory for auto-save-list files
@@ -1322,7 +1322,7 @@ More Manuals / Ordering Manuals How to order printed manuals from the FSF.
1322") 1322")
1323 (insert "\n\n" (emacs-version) 1323 (insert "\n\n" (emacs-version)
1324 " 1324 "
1325Copyright (C) 2002 Free Software Foundation, Inc.")) 1325Copyright (C) 2004 Free Software Foundation, Inc."))
1326 1326
1327 ;; No mouse menus, so give help using kbd commands. 1327 ;; No mouse menus, so give help using kbd commands.
1328 1328
@@ -1370,7 +1370,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
1370 1370
1371 (insert "\n\n" (emacs-version) 1371 (insert "\n\n" (emacs-version)
1372 " 1372 "
1373Copyright (C) 2002 Free Software Foundation, Inc.") 1373Copyright (C) 2004 Free Software Foundation, Inc.")
1374 1374
1375 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) 1375 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
1376 (eq (key-binding "\C-h\C-d") 'describe-distribution) 1376 (eq (key-binding "\C-h\C-d") 'describe-distribution)