mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Spelling fixes
* lisp/cedet/semantic/analyze/refs.el: (semantic-analyze-proto-impl-toggle): Fix recently-introduced misspelling of pop-to-buffer-same-window.
This commit is contained in:
parent
b8433b0954
commit
6f1dea5c74
5 changed files with 8 additions and 8 deletions
|
|
@ -926,7 +926,7 @@
|
||||||
constrained to call REPORT-FN exactly once. It may do so any number
|
constrained to call REPORT-FN exactly once. It may do so any number
|
||||||
of times, cumulatively reporting diagnostics. Flymake keeps track of
|
of times, cumulatively reporting diagnostics. Flymake keeps track of
|
||||||
outdated REPORT-FN instances and disconsiders obsolete reports.
|
outdated REPORT-FN instances and disconsiders obsolete reports.
|
||||||
Backends should avoid reporting obsolete data by cancelling any
|
Backends should avoid reporting obsolete data by canceling any
|
||||||
ongoing processing at every renewed call to the backend function.
|
ongoing processing at every renewed call to the backend function.
|
||||||
|
|
||||||
Consolidated flymake.el internal data structures to require less
|
Consolidated flymake.el internal data structures to require less
|
||||||
|
|
@ -18314,7 +18314,7 @@
|
||||||
|
|
||||||
Throw a `search-failed' derived error in Info search
|
Throw a `search-failed' derived error in Info search
|
||||||
|
|
||||||
The original fix for Bug#6106 switched from signalling `search-failed'
|
The original fix for Bug#6106 switched from signaling `search-failed'
|
||||||
to `user-error'. However, this breaks incremental searching over
|
to `user-error'. However, this breaks incremental searching over
|
||||||
multiple nodes because the isearch code doesn't expect a `user-error'.
|
multiple nodes because the isearch code doesn't expect a `user-error'.
|
||||||
|
|
||||||
|
|
@ -28599,7 +28599,7 @@
|
||||||
http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
|
http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
|
||||||
|
|
||||||
... but not identically. In particular I chose not to implement
|
... but not identically. In particular I chose not to implement
|
||||||
interrupt-thread or destroy-thread, but instead a thread-signalling
|
interrupt-thread or destroy-thread, but instead a thread-signaling
|
||||||
approach.
|
approach.
|
||||||
|
|
||||||
I'm still undecided about *default-special-bindings* (which I did not
|
I'm still undecided about *default-special-bindings* (which I did not
|
||||||
|
|
|
||||||
|
|
@ -560,7 +560,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
|
||||||
|
|
||||||
(defun ruby-flymake (report-fn &rest _args)
|
(defun ruby-flymake (report-fn &rest _args)
|
||||||
;; Not having a ruby interpreter is a serious problem which should cause
|
;; Not having a ruby interpreter is a serious problem which should cause
|
||||||
;; the backend to disable itself, so an @code{error} is signalled.
|
;; the backend to disable itself, so an @code{error} is signaled.
|
||||||
;;
|
;;
|
||||||
(unless (executable-find
|
(unless (executable-find
|
||||||
"ruby") (error "Cannot find a suitable ruby"))
|
"ruby") (error "Cannot find a suitable ruby"))
|
||||||
|
|
@ -625,7 +625,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
|
||||||
msg)
|
msg)
|
||||||
into diags
|
into diags
|
||||||
finally (funcall report-fn diags)))
|
finally (funcall report-fn diags)))
|
||||||
(flymake-log :warning "Cancelling obsolete check %s"
|
(flymake-log :warning "Canceling obsolete check %s"
|
||||||
proc))
|
proc))
|
||||||
;; Cleanup the temporary buffer used to hold the
|
;; Cleanup the temporary buffer used to hold the
|
||||||
;; check's output.
|
;; check's output.
|
||||||
|
|
|
||||||
|
|
@ -5643,7 +5643,7 @@
|
||||||
1998-04-06 Andreas Schwab <schwab@gnu.org>
|
1998-04-06 Andreas Schwab <schwab@gnu.org>
|
||||||
|
|
||||||
Silence -Wimplicit:
|
Silence -Wimplicit:
|
||||||
* movemail.c: Move cancelations up. Include <stdlib.h> if
|
* movemail.c: Move cancellations up. Include <stdlib.h> if
|
||||||
available.
|
available.
|
||||||
* fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
|
* fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
|
||||||
(parse_header): Explicitly declare return type.
|
(parse_header): Explicitly declare return type.
|
||||||
|
|
|
||||||
|
|
@ -348,7 +348,7 @@ Only works for tags in the global namespace."
|
||||||
|
|
||||||
(push-mark)
|
(push-mark)
|
||||||
(semantic-go-to-tag target)
|
(semantic-go-to-tag target)
|
||||||
(pop-to-buffer-same-windown (current-buffer))
|
(pop-to-buffer-same-window (current-buffer))
|
||||||
(semantic-momentary-highlight-tag target))
|
(semantic-momentary-highlight-tag target))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
# ifneq (,$(GL_GENERATE_xxxx_H))
|
# ifneq (,$(GL_GENERATE_xxxx_H))
|
||||||
# Depending on whether DJGPP uses the corresponding header, these
|
# Depending on whether DJGPP uses the corresponding header, these
|
||||||
# should be edited either to 1 (thus exposing the recipe) or
|
# should be edited either to 1 (thus exposing the recipe) or
|
||||||
# to notyhing, which makes Make bypass the recipe away. Example:
|
# to nothing, which makes Make bypass the recipe away. Example:
|
||||||
#
|
#
|
||||||
# s/^@GL_GENERATE_STDBOOL_H@/1/
|
# s/^@GL_GENERATE_STDBOOL_H@/1/
|
||||||
# s/^@GL_GENERATE_STDINT_H@//
|
# s/^@GL_GENERATE_STDINT_H@//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue