mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes.
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
This commit is contained in:
parent
c6ab4664a6
commit
d5081c1ed8
34 changed files with 60 additions and 43 deletions
|
|
@ -907,11 +907,11 @@ pre-positioned to a convenient location."
|
|||
|
||||
(defun semantic-edits-splice-insert (newtags parent cachelist)
|
||||
"Insert NEWTAGS into PARENT using CACHELIST.
|
||||
PARENT could be nil, in which case CACHLIST is the buffer cache
|
||||
PARENT could be nil, in which case CACHELIST is the buffer cache
|
||||
which must be updated.
|
||||
CACHELIST must be searched to find where NEWTAGS are to be inserted.
|
||||
The positions of NEWTAGS must be synchronized with those in
|
||||
CACHELIST for this to work. Some routines pre-position CACHLIST at a
|
||||
CACHELIST for this to work. Some routines pre-position CACHELIST at a
|
||||
convenient location, so use that."
|
||||
(let* ((start (semantic-tag-start (car newtags)))
|
||||
(newtagendcell (nthcdr (1- (length newtags)) newtags))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue