1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-17 09:40:48 -08:00
parent df85d31593
commit c5e87d104b
66 changed files with 86 additions and 90 deletions

View file

@ -360,7 +360,7 @@ commands in `hfy-etags-cmd-alist'."
:type '(repeat symbol))
(defun hfy-which-etags ()
"Return a string indicating which flavour of etags we are using."
"Return a string indicating which flavor of etags we are using."
(let ((v (shell-command-to-string (concat hfy-etags-bin " --version"))))
(cond ((string-match "exube" v) "exuberant ctags")
((string-match "GNU E" v) "emacs etags" )) ))