summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-09-24 01:37:14 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-09-24 01:37:14 +0000
commit5a0c3f568d38c4778b5cab6140aa8e46c2523f22 (patch)
tree6cfe585bb619b0ffb45b05c95dde157978ce3b51 /lisp/emacs-lisp
parent62136c5d4bc770f6258f32b5c3b9d184569cb7c1 (diff)
downloademacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.gz
emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.bz2
emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.zip
Fix typos.
* allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/authors.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 3578f2cfe91..cd3c2d465d5 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -866,7 +866,7 @@ buffer *Authors Errors* containing references to unknown files."
(unless (file-exists-p (expand-file-name "src/emacs.c" root))
(unless (y-or-n-p
(format "Not the root directory of Emacs: %s, continue? " root))
- (error "Not the root directory.")))
+ (error "Not the root directory")))
(dolist (log logs)
(when (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
(message "Scanning %s..." log)