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:
parent
df85d31593
commit
c5e87d104b
66 changed files with 86 additions and 90 deletions
|
|
@ -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" )) ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue