]>
git.eshelyaron.com Git - emacs.git/log
Karoly Lorentey [Tue, 21 Jun 2005 15:45:30 +0000 (15:45 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 435-437)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Implement tty vertical-divider face
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-436
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-437
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-352
Karoly Lorentey [Tue, 21 Jun 2005 15:42:45 +0000 (15:42 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 423-434)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-423
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-424
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-425
Remove "-face" suffix from gnus faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-426
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-427
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-428
Remove "-face" suffix from MH-E faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-429
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430
Remove "-face" suffix from cc-mode faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431
Remove "-face" suffix from eshell faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-432
Remove "-face" suffix from ediff faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-433
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-434
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-351
Kim F. Storm [Mon, 20 Jun 2005 21:44:59 +0000 (21:44 +0000)]
(Setting Variables): Any type of element can be
given order in add-to-ordered-list. Compare elements with eq.
Kim F. Storm [Mon, 20 Jun 2005 21:44:38 +0000 (21:44 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 20 Jun 2005 21:41:34 +0000 (21:41 +0000)]
(add-to-ordered-list): Test membership with eq. Simplify.
Kim F. Storm [Mon, 20 Jun 2005 21:37:47 +0000 (21:37 +0000)]
(Rearrangement): Sort predicate may just return non-nil.
Kim F. Storm [Mon, 20 Jun 2005 21:37:27 +0000 (21:37 +0000)]
(Fsort): Doc fix.
Karl Berry [Mon, 20 Jun 2005 18:26:52 +0000 (18:26 +0000)]
widen multitable column to avoid underfull box
Juanma Barranquero [Mon, 20 Jun 2005 14:47:12 +0000 (14:47 +0000)]
Fix spellings.
Stefan Monnier [Mon, 20 Jun 2005 14:01:37 +0000 (14:01 +0000)]
*** empty log message ***
Lute Kamstra [Mon, 20 Jun 2005 13:54:33 +0000 (13:54 +0000)]
(epaths-force): Protect both lisppath and buildlisppath from whitespace.
Juanma Barranquero [Mon, 20 Jun 2005 13:53:49 +0000 (13:53 +0000)]
(comment-line-break-function): Doc fix: don't say variable is automatically
buffer-local (it isn't).
Miles Bader [Mon, 20 Jun 2005 10:45:31 +0000 (10:45 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Implement tty vertical-divider face
2005-06-20 Miles Bader <miles@gnu.org>
* lisp/faces.el (vertical-divider): New face.
2005-06-20 Miles Bader <miles@gnu.org>
* man/display.texi (Faces): Add `vertical-divider'.
2005-06-20 Miles Bader <miles@gnu.org>
* src/xfaces.c (Qvertical_divider): New variable.
(realize_basic_faces): Realize its face.
(syms_of_xfaces): Initialize it.
* src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
* src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
window-separator on ttys using `vertical-divider' face by default.
Juanma Barranquero [Mon, 20 Jun 2005 10:29:02 +0000 (10:29 +0000)]
(next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings.
(kill-whole-line): Doc fix.
(clone-indirect-buffer): Improve argument/docstring consistency.
Richard M. Stallman [Mon, 20 Jun 2005 03:22:38 +0000 (03:22 +0000)]
*** empty log message ***
Luc Teirlinck [Sun, 19 Jun 2005 21:03:14 +0000 (21:03 +0000)]
(Rings): Various minor clarifications and corrections.
Luc Teirlinck [Sun, 19 Jun 2005 21:00:33 +0000 (21:00 +0000)]
*** empty log message ***
Michael Albinus [Sun, 19 Jun 2005 14:20:06 +0000 (14:20 +0000)]
Revert copyright years back to original ones. Tramp has a life
outside GNU Emacs.
Nick Roberts [Sun, 19 Jun 2005 04:45:00 +0000 (04:45 +0000)]
(tooltip-use-echo-area): Don't make it obsolete.
Nick Roberts [Sun, 19 Jun 2005 04:44:18 +0000 (04:44 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 18 Jun 2005 14:00:46 +0000 (14:00 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 18 Jun 2005 13:58:02 +0000 (13:58 +0000)]
Fix formatting ugliness.
(Variable Aliases): Simplify.
Richard M. Stallman [Sat, 18 Jun 2005 13:57:17 +0000 (13:57 +0000)]
Fix formatting ugliness.
Richard M. Stallman [Sat, 18 Jun 2005 13:53:26 +0000 (13:53 +0000)]
Fix formatting ugliness.
(Completion Commands): Move keymap vars to the end
and vars completing-read binds to the top.
Richard M. Stallman [Sat, 18 Jun 2005 13:47:15 +0000 (13:47 +0000)]
Add links to Rings and Byte Packing.
Update version and copyright years.
Richard M. Stallman [Sat, 18 Jun 2005 13:41:12 +0000 (13:41 +0000)]
(Auto-Saving): Fix formatting ugliness.
Richard M. Stallman [Sat, 18 Jun 2005 13:40:30 +0000 (13:40 +0000)]
(Antinews): Fix formatting ugliness.
Eli Zaretskii [Sat, 18 Jun 2005 13:29:24 +0000 (13:29 +0000)]
Fix date of last entry for browse-url.el.
Juri Linkov [Sat, 18 Jun 2005 12:57:49 +0000 (12:57 +0000)]
(grep-regexp-alist): Use backreference at the
end of first regexp to limit the match to the position between
line number and source line with same separator character as used
between file name and line number. In the second regexp limit
mouse-face area to file name and line number by adding new group
for them and referring it in HYPERLINK arg.
(grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
(grep-mode): Set font-lock-lines-before to 0 to not refontify the
previous line where grep markers may be already removed.
Eli Zaretskii [Sat, 18 Jun 2005 10:43:02 +0000 (10:43 +0000)]
Update version and maintainer's email address.
Eli Zaretskii [Sat, 18 Jun 2005 10:36:11 +0000 (10:36 +0000)]
(browse-url-browser-function)
(browse-url-default-browser): Add firefox.
(browse-url-firefox-program, browse-url-firefox-arguments)
(browse-url-firefox-startup-arguments)
(browse-url-firefox-new-window-is-tab): New defcustoms.
(browse-url-firefox, browse-url-firefox-sentinel): New functions.
Eli Zaretskii [Sat, 18 Jun 2005 09:52:45 +0000 (09:52 +0000)]
Remove warning about -kb. Update W32 build page URL.
Richard M. Stallman [Fri, 17 Jun 2005 21:22:14 +0000 (21:22 +0000)]
Finish previous change.
Luc Teirlinck [Fri, 17 Jun 2005 16:51:10 +0000 (16:51 +0000)]
(Bindat Examples): Move @lisp to beginning of line. (Whitespace change.)
Luc Teirlinck [Fri, 17 Jun 2005 16:26:01 +0000 (16:26 +0000)]
Fix typo.
Luc Teirlinck [Fri, 17 Jun 2005 16:06:18 +0000 (16:06 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 17 Jun 2005 15:52:39 +0000 (15:52 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 17 Jun 2005 15:34:39 +0000 (15:34 +0000)]
(command-line): Warn if specified user name has no home directory.
Luc Teirlinck [Fri, 17 Jun 2005 15:28:25 +0000 (15:28 +0000)]
(Byte Packing): Fix ungrammatical sentence.
Luc Teirlinck [Fri, 17 Jun 2005 15:13:51 +0000 (15:13 +0000)]
Whitespace change.
Luc Teirlinck [Fri, 17 Jun 2005 15:06:47 +0000 (15:06 +0000)]
Fix typos.
(Bindat Spec): Correct Texinfo error.
Richard M. Stallman [Fri, 17 Jun 2005 14:42:39 +0000 (14:42 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 17 Jun 2005 14:37:55 +0000 (14:37 +0000)]
(term-get-old-input, term-input-filter, term-input-sender)
(term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
Richard M. Stallman [Fri, 17 Jun 2005 14:33:40 +0000 (14:33 +0000)]
(longlines-mode, longlines-show-hard-newlines): Doc fixes.
Luc Teirlinck [Fri, 17 Jun 2005 14:32:46 +0000 (14:32 +0000)]
(edebug-goto-here): Doc fix.
Richard M. Stallman [Fri, 17 Jun 2005 14:30:55 +0000 (14:30 +0000)]
(underline): Try bold if terminal doesn't support underline.
Luc Teirlinck [Fri, 17 Jun 2005 14:29:21 +0000 (14:29 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 17 Jun 2005 14:28:44 +0000 (14:28 +0000)]
(mail-setup-with-from): New variable.
(mail-insert-from-field): New function.
(sendmail-send-it): Call it.
(mail-setup): Optionally call it here.
Richard M. Stallman [Fri, 17 Jun 2005 14:13:47 +0000 (14:13 +0000)]
Call tty-no-underline.
Richard M. Stallman [Fri, 17 Jun 2005 14:10:09 +0000 (14:10 +0000)]
(get_next_display_element): Reverse test of Vshow_nonbreak_escape.
Richard M. Stallman [Fri, 17 Jun 2005 14:08:58 +0000 (14:08 +0000)]
(produce_special_glyphs): Use spec_glyph_lookup_face.
Richard M. Stallman [Fri, 17 Jun 2005 14:06:22 +0000 (14:06 +0000)]
(read_char): Call restore_getcjmp after jump occurs.
Richard M. Stallman [Fri, 17 Jun 2005 14:03:08 +0000 (14:03 +0000)]
(spec_glyph_lookup_face): New function.
(build_frame_matrix_from_leaf_window): Use it.
Richard M. Stallman [Fri, 17 Jun 2005 14:02:03 +0000 (14:02 +0000)]
(spec_glyph_lookup_face): Add declaration.
Richard M. Stallman [Fri, 17 Jun 2005 13:59:11 +0000 (13:59 +0000)]
(syms_of_buffer) <cursor-type>: Doc fix.
Richard M. Stallman [Fri, 17 Jun 2005 13:56:00 +0000 (13:56 +0000)]
(Adaptive Fill): Minor clarification.
Richard M. Stallman [Fri, 17 Jun 2005 13:53:58 +0000 (13:53 +0000)]
(Parsing Expressions): Fix texinfo usage.
Richard M. Stallman [Fri, 17 Jun 2005 13:51:19 +0000 (13:51 +0000)]
(Byte Packing): New node.
(Processes): Add it to menu.
Richard M. Stallman [Fri, 17 Jun 2005 13:47:44 +0000 (13:47 +0000)]
(Rings): New node.
(Lists): Add to menu.
Richard M. Stallman [Fri, 17 Jun 2005 13:43:31 +0000 (13:43 +0000)]
(Documentation Basics): Explain the xref to Documentation Tips.
Richard M. Stallman [Fri, 17 Jun 2005 13:42:18 +0000 (13:42 +0000)]
(Debugger Commands): Minor fix.
Juanma Barranquero [Fri, 17 Jun 2005 11:49:17 +0000 (11:49 +0000)]
(display-warning, lwarn, warning-minimum-log-level): Doc fixes.
(warning-minimum-level, warning-minimum-log-level): Add :debug to defcustom's
choices.
Lute Kamstra [Fri, 17 Jun 2005 09:42:29 +0000 (09:42 +0000)]
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face): New backward-compatibility aliases
for renamed faces.
Miles Bader [Fri, 17 Jun 2005 05:55:26 +0000 (05:55 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-432
Remove "-face" suffix from ediff faces
2005-06-17 Miles Bader <miles@gnu.org>
* lisp/ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
(ediff-current-diff-C, ediff-current-diff-Ancestor)
(ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
(ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
(ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
(ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
Remove "-face" suffix from face names.
(ediff-current-diff-face-A, ediff-current-diff-face-B)
(ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
(ediff-fine-diff-face-A, ediff-fine-diff-face-B)
(ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
(ediff-even-diff-face-A, ediff-even-diff-face-B)
(ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
(ediff-odd-diff-face-A, ediff-odd-diff-face-B)
(ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
New backward-compatibility aliases for renamed faces.
(ediff-current-diff-face-A, ediff-current-diff-face-B)
(ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
(ediff-fine-diff-face-A, ediff-fine-diff-face-B)
(ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
(ediff-even-diff-face-A, ediff-even-diff-face-B)
(ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
(ediff-odd-diff-face-A, ediff-odd-diff-face-B)
(ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
Use renamed ediff faces.
Miles Bader [Fri, 17 Jun 2005 05:27:55 +0000 (05:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431
Remove "-face" suffix from eshell faces
2005-06-17 Miles Bader <miles@gnu.org>
* lisp/eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
Remove "-face" suffix from face names.
(eshell-test-ok-face, eshell-test-failed-face):
New backward-compatibility aliases for renamed faces.
(eshell-run-test): Use renamed eshell-test faces.
* lisp/eshell/em-prompt.el (eshell-prompt):
Remove "-face" suffix from face name.
(eshell-prompt-face): New backward-compatibility alias for renamed face.
(eshell-emit-prompt): Use renamed eshell-prompt face.
* lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
(eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
(eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
(eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
Remove "-face" suffix from face names.
(eshell-ls-directory-face, eshell-ls-symlink-face)
(eshell-ls-executable-face, eshell-ls-readonly-face)
(eshell-ls-unreadable-face, eshell-ls-special-face)
(eshell-ls-missing-face, eshell-ls-archive-face)
(eshell-ls-backup-face, eshell-ls-product-face)
(eshell-ls-clutter-face):
New backward-compatibility aliases for renamed faces.
(eshell-ls-decorated-name): Use renamed eshell-ls faces.
Miles Bader [Fri, 17 Jun 2005 05:07:26 +0000 (05:07 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430
Remove "-face" suffix from cc-mode faces
2005-06-17 Miles Bader <miles@gnu.org>
* lisp/progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
"-face" suffix from face name.
(c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
instead of literal face.
Miles Bader [Fri, 17 Jun 2005 01:29:30 +0000 (01:29 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-428
Remove "-face" suffix from MH-E faces
2005-06-17 Miles Bader <miles@gnu.org>
* lisp/mh-e/mh-customize.el (mh-folder-body, mh-folder-cur-msg)
(mh-folder-cur-msg-number, mh-folder-date, mh-folder-followup)
(mh-folder-msg-number, mh-folder-refiled, mh-folder-subject)
(mh-folder-tick, mh-folder-to, mh-index-folder)
(mh-letter-header-field, mh-show-cc, mh-show-date)
(mh-show-header, mh-show-pgg-good, mh-show-pgg-unknown)
(mh-show-pgg-bad, mh-show-signature, mh-show-to, mh-show-from)
(mh-show-xface, mh-speedbar-folder, mh-speedbar-selected-folder)
(mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder-with-unseen-messages)
(mh-folder-msg-number, mh-folder-subject, mh-folder-followup)
(mh-folder-subject): Remove "-face" suffix from face names.
(mh-folder-body, mh-folder-cur-msg, mh-folder-cur-msg-number)
(mh-folder-date-face, mh-folder-followup-face)
(mh-folder-msg-number-face, mh-folder-refiled-face)
(mh-folder-subject-face, mh-folder-tick-face, mh-folder-to-face)
(mh-index-folder-face, mh-letter-header-field-face)
(mh-show-cc-face, mh-show-date-face, mh-show-header-face)
(mh-show-pgg-good-face, mh-show-pgg-unknown-face)
(mh-show-pgg-bad-face, mh-show-signature-face, mh-show-to-face)
(mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face)
(mh-speedbar-selected-folder-face)
(mh-speedbar-folder-with-unseen-messages-face)
(mh-speedbar-selected-folder-with-unseen-messages-face):
New backward-compatibility aliases for renamed faces.
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-date-face)
(mh-folder-followup-face, mh-folder-msg-number-face)
(mh-folder-deleted-face, mh-folder-refiled-face)
(mh-folder-subject-face, mh-folder-address-face)
(mh-folder-scan-format-face, mh-folder-to-face)
(mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
(mh-show-header-face, mh-show-pgg-good-face)
(mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
(mh-show-to-face, mh-show-from-face, mh-show-subject-face)
(mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder-with-unseen-messages):
Use renamed MH-E faces.
* lisp/mh-e/mh-utils.el (mh-letter-font-lock-keywords)
(mh-face-display-function): Use renamed MH-E faces.
* lisp/mh-e/mh-speed.el (mh-folder-speedbar-buttons)
(mh-speed-update-current-folder, mh-speed-normal-face)
(mh-speed-bold-face, mh-speed-add-buttons)
(mh-speed-invalidate-map): Likewise.
* lisp/mh-e/mh-mime.el (mh-signature-highlight): Likewise.
Juanma Barranquero [Fri, 17 Jun 2005 01:07:30 +0000 (01:07 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 17 Jun 2005 01:06:04 +0000 (01:06 +0000)]
(lisp_data_to_selection_data): Fix spelling.
Juanma Barranquero [Fri, 17 Jun 2005 00:20:14 +0000 (00:20 +0000)]
(ada-format-paramlist)
(ada-get-indent-case, ada-check-matching-start)
(ada-check-defun-name, ada-goto-matching-decl-start)
(ada-goto-matching-start, ada-goto-matching-end, ada-tab)
(ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
(ada-make-subprogram-body): Follow error conventions.
(ada-case-exception-file, ada-indent-comment-as-code)
(ada-indent-handle-comment-special, ada-indent-renames)
(ada-indent-return, ada-search-directories-internal)
(ada-tab-policy, ada-case-exception-substring)
(ada-other-file-alist, ada-matching-start-re)
(ada-matching-decl-start-re, ada-contextual-menu-last-point)
(ada-imenu-generic-expression, ada-compile-goto-error)
(ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
(ada-popup-menu, ada-add-extensions, ada-mode)
(ada-region-selected, ada-create-case-exception)
(ada-create-case-exception-substring, ada-after-keyword-p)
(ada-activate-keys-for-case, ada-adjust-case-region)
(ada-adjust-case-buffer, ada-format-paramlist)
(ada-scan-paramlist, ada-insert-paramlist)
(ada-indent-newline-indent)
(ada-indent-newline-indent-conditional)
(ada-justified-indent-current, ada-goto-previous-word)
(ada-indent-current, ada-get-indent-open-paren)
(ada-get-indent-paramlist, ada-get-indent-end)
(ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
(ada-get-indent-block-start, ada-get-indent-subprog)
(ada-get-indent-noindent, ada-get-indent-label)
(ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
(ada-search-prev-end-stmt, ada-goto-next-non-ws)
(ada-goto-stmt-end, ada-goto-next-word)
(ada-check-matching-start, ada-check-defun-name)
(ada-goto-matching-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-search-ignore-string-comment)
(ada-in-decl-p, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-in-open-paren-p, ada-tab, ada-indent-current-function)
(ada-untab-hard, ada-move-to-start, ada-move-to-end)
(ada-next-procedure, ada-previous-procedure, ada-next-package)
(ada-previous-package, ada-create-menu)
(ada-fill-comment-paragraph-justify)
(ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
(ada-other-file-name, ada-last-which-function-line)
(ada-last-which-function-subprog, ada-which-function)
(ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
(ada-gen-treat-proc, ada-check-emacs-version)
(ada-continuation-indent, ada-align-region-separate):
Fix typos in docstrings.
(ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
Luc Teirlinck [Thu, 16 Jun 2005 20:32:01 +0000 (20:32 +0000)]
(Instrumenting): Eliminate duplicate link.
(Specification List): Replace references to "below", referring to
a later node, with one @ref to that node.
Luc Teirlinck [Thu, 16 Jun 2005 20:14:24 +0000 (20:14 +0000)]
(Timers): Timers should save and restore the match data if they change it.
Luc Teirlinck [Thu, 16 Jun 2005 20:06:48 +0000 (20:06 +0000)]
(Debugger Commands): Mention that the Lisp debugger can not step
through primitive functions.
Juanma Barranquero [Thu, 16 Jun 2005 16:32:59 +0000 (16:32 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 16 Jun 2005 16:24:28 +0000 (16:24 +0000)]
(m2-for): Fix spellings.
Juanma Barranquero [Thu, 16 Jun 2005 16:23:46 +0000 (16:23 +0000)]
(sgml-calculate-indent, html-tag-help): Fix spellings.
Juanma Barranquero [Thu, 16 Jun 2005 16:21:50 +0000 (16:21 +0000)]
(vhdl-beginning-of-libunit): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:20:00 +0000 (16:20 +0000)]
(inferior-lisp-prompt): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:19:24 +0000 (16:19 +0000)]
(cperl-set-style-back): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:18:42 +0000 (16:18 +0000)]
(c-awk-beginning-of-defun): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:17:53 +0000 (16:17 +0000)]
(c-lineup-argcont): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:17:16 +0000 (16:17 +0000)]
(zone-mode-load-time-setup): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:16:38 +0000 (16:16 +0000)]
(ethio-tilde-escape) (ethio-use-three-dot-question): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:15:57 +0000 (16:15 +0000)]
(eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:14:56 +0000 (16:14 +0000)]
(regexp-opt-depth): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:14:11 +0000 (16:14 +0000)]
(elint-init-env): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:13:25 +0000 (16:13 +0000)]
(derived-mode-init-mode-variables): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:12:40 +0000 (16:12 +0000)]
(woman-ignore, woman0-if): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:11:46 +0000 (16:11 +0000)]
(term-replace-by-expanded-filename, term-prompt-regexp,
term-delimiter-argument-list): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:10:43 +0000 (16:10 +0000)]
(shell-prompt-pattern, shell-dynamic-complete-functions, shell-mode,
shell-delimiter-argument-list): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:09:42 +0000 (16:09 +0000)]
(font-lock-keywords): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:09:00 +0000 (16:09 +0000)]
(ff-search-directories, ff-special-constructs, ff-find-other-file): Fix spelling
in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:08:03 +0000 (16:08 +0000)]
(ls-lisp-classify): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:07:02 +0000 (16:07 +0000)]
(Info-hide-cookies-node): Fix spelling in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:06:10 +0000 (16:06 +0000)]
(comint-replace-by-expanded-filename, comint-prompt-regexp,
comint-delimiter-argument-list, comint-preinput-scroll-to-bottom): Fix spelling
in docstrings.
Juanma Barranquero [Thu, 16 Jun 2005 16:02:11 +0000 (16:02 +0000)]
(menu-bar-games-menu): Fix typo in menu help string.
Juanma Barranquero [Thu, 16 Jun 2005 15:05:55 +0000 (15:05 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 16 Jun 2005 15:04:53 +0000 (15:04 +0000)]
(mh-secure-message): Don't use `format' on `error' arguments.
Juanma Barranquero [Thu, 16 Jun 2005 15:04:00 +0000 (15:04 +0000)]
(mh-identity-field-handler): Don't use `format' on `error' arguments.
Juanma Barranquero [Thu, 16 Jun 2005 15:03:05 +0000 (15:03 +0000)]
(mh-send-sub): Don't use `format' on `error' arguments.