summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2012-12-20 09:18:23 +0100
committerBastien Guerry <bzg@gnu.org>2012-12-20 09:18:23 +0100
commitacc650b8065f34fe02f3a42b3e0335e287a66e18 (patch)
tree0786572d5aabca7f7de23322ebb776c1ae94c321 /lisp/progmodes
parent018246572cf6cb10fd7f3283862a0d2913d0dc5f (diff)
downloademacs-acc650b8065f34fe02f3a42b3e0335e287a66e18.tar.gz
emacs-acc650b8065f34fe02f3a42b3e0335e287a66e18.tar.bz2
emacs-acc650b8065f34fe02f3a42b3e0335e287a66e18.zip
Fix typos.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 071a0fb6037..cea4ded8061 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1867,7 +1867,7 @@ If FILE-LIST-FORM is non-nil, it should be a form that, when
evaluated, will return a list of file names. The search will be
restricted to these files.
-Aleso see the documentation of the `tags-file-name' variable."
+Also see the documentation of the `tags-file-name' variable."
(interactive "sTags search (regexp): ")
(if (and (equal regexp "")
(eq (car tags-loop-scan) 're-search-forward)