summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-10-27 20:45:23 -0400
committerGlenn Morris <rgm@gnu.org>2017-10-27 20:45:23 -0400
commit50f711e7fab149d11da8c5caa61ee0b5e6c89bf1 (patch)
treedf02b502fe92e13d428b9f6c6738794f612beffd /lisp/cedet
parent8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (diff)
downloademacs-50f711e7fab149d11da8c5caa61ee0b5e6c89bf1.tar.gz
Fix some duplicate words typos
* lisp/erc/erc.el (erc-hide-current-message-p): * lisp/progmodes/flymake-proc.el (flymake-proc-diagnostic-type-pred): * doc/lispref/display.texi (Bidirectional Display, Delayed Warnings): * doc/lispref/functions.texi (Defining Functions): * doc/lispref/os.texi (Terminal-Specific): * doc/misc/sem-user.texi (Analyzer Debug): * doc/misc/srecode.texi (Special Variables): Fix typos.
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/imenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el
index 28d624908e2..5018e039d03 100644
--- a/lisp/cedet/semantic/imenu.el
+++ b/lisp/cedet/semantic/imenu.el
@@ -488,7 +488,7 @@ Clears all imenu menus that may be depending on the database."
;;; Which function support
;;
;; The which-function library will display the current function in the
-;; mode line. It tries do do this through imenu. With a semantic parsed
+;; mode line. It tries to do this through imenu. With a semantic parsed
;; buffer, there is a much more efficient way of doing this.
;; Advise `which-function' so that we optionally use semantic tags
;; instead, and get better stuff.