aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-hook.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-10-30 15:12:08 +0000
committerJuanma Barranquero <[email protected]>2007-10-30 15:12:08 +0000
commit5e6fa73b5864582f505a4b2ece5cfb23bf31af43 (patch)
tree8b6da5c216c3199d482613135d809f8f6c3990cf /lisp/ediff-hook.el
parentd83fb2569eb32420835f9534ad1d56e319f22c4b (diff)
(ediff, ediff-files, ediff-buffers, ebuffers, ediff3, ediff-files3,
ediff-buffers3, ebuffers3, erevision, ediff-revision): Fix typos in autoload docstrings.
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r--lisp/ediff-hook.el22
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el
index 951abc20f7..945621181d 100644
--- a/lisp/ediff-hook.el
+++ b/lisp/ediff-hook.el
@@ -261,17 +261,17 @@
() ; if dumping, autoloads are set up in loaddefs.el
;; if the user decides to load this file, set up autoloads
;; compare files and buffers
- (autoload 'ediff "ediff" "Compare two files" t)
- (autoload 'ediff-files "ediff" "Compare two files" t)
- (autoload 'ediff-buffers "ediff" "Compare two bufers" t)
- (autoload 'ebuffers "ediff" "Compare two bufers" t)
- (autoload 'ediff3 "ediff" "Compare three files" t)
- (autoload 'ediff-files3 "ediff" "Compare three files" t)
- (autoload 'ediff-buffers3 "ediff" "Compare three bufers" t)
- (autoload 'ebuffers3 "ediff" "Compare three bufers" t)
-
- (autoload 'erevision "ediff" "Compare versions of a file" t)
- (autoload 'ediff-revision "ediff" "Compare versions of a file" t)
+ (autoload 'ediff "ediff" "Compare two files." t)
+ (autoload 'ediff-files "ediff" "Compare two files." t)
+ (autoload 'ediff-buffers "ediff" "Compare two buffers." t)
+ (autoload 'ebuffers "ediff" "Compare two buffers." t)
+ (autoload 'ediff3 "ediff" "Compare three files." t)
+ (autoload 'ediff-files3 "ediff" "Compare three files." t)
+ (autoload 'ediff-buffers3 "ediff" "Compare three buffers." t)
+ (autoload 'ebuffers3 "ediff" "Compare three buffers." t)
+
+ (autoload 'erevision "ediff" "Compare versions of a file." t)
+ (autoload 'ediff-revision "ediff" "Compare versions of a file." t)
;; compare regions and windows
(autoload 'ediff-windows-wordwise