aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2017-10-18 18:43:00 -0700
committerPaul Eggert2017-10-18 18:43:44 -0700
commit6f1dea5c74057707bf367f863a8be5750bbb6094 (patch)
tree5dc940394adf43f12da44de7047e8a0a55087012 /doc/misc
parentb8433b0954b26d4620a3154be025fb8a49a73954 (diff)
downloademacs-6f1dea5c74057707bf367f863a8be5750bbb6094.tar.gz
emacs-6f1dea5c74057707bf367f863a8be5750bbb6094.zip
Spelling fixes
* lisp/cedet/semantic/analyze/refs.el: (semantic-analyze-proto-impl-toggle): Fix recently-introduced misspelling of pop-to-buffer-same-window.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/flymake.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 05d879d8f4b..99ab1271ac9 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -560,7 +560,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
560 560
561(defun ruby-flymake (report-fn &rest _args) 561(defun ruby-flymake (report-fn &rest _args)
562 ;; Not having a ruby interpreter is a serious problem which should cause 562 ;; Not having a ruby interpreter is a serious problem which should cause
563 ;; the backend to disable itself, so an @code{error} is signalled. 563 ;; the backend to disable itself, so an @code{error} is signaled.
564 ;; 564 ;;
565 (unless (executable-find 565 (unless (executable-find
566 "ruby") (error "Cannot find a suitable ruby")) 566 "ruby") (error "Cannot find a suitable ruby"))
@@ -625,7 +625,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
625 msg) 625 msg)
626 into diags 626 into diags
627 finally (funcall report-fn diags))) 627 finally (funcall report-fn diags)))
628 (flymake-log :warning "Cancelling obsolete check %s" 628 (flymake-log :warning "Canceling obsolete check %s"
629 proc)) 629 proc))
630 ;; Cleanup the temporary buffer used to hold the 630 ;; Cleanup the temporary buffer used to hold the
631 ;; check's output. 631 ;; check's output.