bpt/emacs.git
20 years ago(cvs-tree-use-jisx0208): Use char-displayable-p.
Stefan Monnier [Fri, 26 Mar 2004 15:20:20 +0000 (15:20 +0000)]
(cvs-tree-use-jisx0208): Use char-displayable-p.

20 years ago(dabbrev-expand): Fix regexp construction.
Stefan Monnier [Fri, 26 Mar 2004 15:19:39 +0000 (15:19 +0000)]
(dabbrev-expand): Fix regexp construction.
(dabbrev--find-expansion): Use pop.
(dabbrev--search): Use match-string-no-properties.

20 years ago(dired-mode): Use run-mode-hooks.
Stefan Monnier [Fri, 26 Mar 2004 15:17:50 +0000 (15:17 +0000)]
(dired-mode): Use run-mode-hooks.
(dired-move-to-end-of-filename): Use match-string.

20 years ago(ediff-hide-face): Check that facemenu-unlisted-faces is bound before using it.
Stefan Monnier [Fri, 26 Mar 2004 15:16:42 +0000 (15:16 +0000)]
(ediff-hide-face): Check that facemenu-unlisted-faces is bound before using it.
(ediff-verbose-p): Make it into a var since it's not constant.

20 years ago(Electric-pop-up-window): Avoid popping up a new frame.
Stefan Monnier [Fri, 26 Mar 2004 15:15:07 +0000 (15:15 +0000)]
(Electric-pop-up-window): Avoid popping up a new frame.

20 years ago(read-face-font): Don't cons up unnecessarily.
Stefan Monnier [Fri, 26 Mar 2004 15:12:33 +0000 (15:12 +0000)]
(read-face-font): Don't cons up unnecessarily.
(header-line, tool-bar): Share common parts.

20 years ago(file-relative-name): Use compare-strings.
Stefan Monnier [Fri, 26 Mar 2004 15:04:35 +0000 (15:04 +0000)]
(file-relative-name): Use compare-strings.

20 years ago(finder-mode): Follow coding convention.
Stefan Monnier [Fri, 26 Mar 2004 14:54:17 +0000 (14:54 +0000)]
(finder-mode): Follow coding convention.

20 years ago(ses-read-number): Move to subr.el.
Stefan Monnier [Fri, 26 Mar 2004 14:50:41 +0000 (14:50 +0000)]
(ses-read-number): Move to subr.el.
(ses-set-header-row): Use read-number.

20 years ago(read-number): New function.
Stefan Monnier [Fri, 26 Mar 2004 14:49:12 +0000 (14:49 +0000)]
(read-number): New function.

20 years ago* eshell/esh-cmd.el (eshell-cmd):
Juri Linkov [Fri, 26 Mar 2004 07:05:31 +0000 (07:05 +0000)]
* eshell/esh-cmd.el (eshell-cmd):
Comment out broken info-links to incomplete Info manual.

20 years ago* eshell/em-smart.el (eshell-smart):
Juri Linkov [Fri, 26 Mar 2004 07:03:06 +0000 (07:03 +0000)]
* eshell/em-smart.el (eshell-smart):
Comment out broken info-links to incomplete Info manual.

20 years ago* eshell/em-banner.el (eshell-banner):
Juri Linkov [Fri, 26 Mar 2004 07:02:50 +0000 (07:02 +0000)]
* eshell/em-banner.el (eshell-banner):
Comment out broken info-links to incomplete Info manual.

20 years ago* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
Juri Linkov [Fri, 26 Mar 2004 07:02:30 +0000 (07:02 +0000)]
* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
Comment out broken info-links to incomplete Info manual.

20 years ago(eshell): Fix broken info-link.
Juri Linkov [Fri, 26 Mar 2004 07:00:39 +0000 (07:00 +0000)]
(eshell): Fix broken info-link.

20 years ago#
André Spiegel [Fri, 26 Mar 2004 06:10:40 +0000 (06:10 +0000)]
#

20 years ago(vc-print-log): Undo prev change, use new function vc-arg-list from
André Spiegel [Fri, 26 Mar 2004 06:07:55 +0000 (06:07 +0000)]
(vc-print-log): Undo prev change, use new function vc-arg-list from
vc-hooks.el.

20 years ago(vc-arg-list): New function, which handles both compiled and
André Spiegel [Fri, 26 Mar 2004 06:06:39 +0000 (06:06 +0000)]
(vc-arg-list): New function, which handles both compiled and
uncompiled code.
(vc-default-workfile-unchanged-p): Use it.

20 years ago(syms_of_xdisp): Include `void-variable' in list_of_error
Kim F. Storm [Fri, 26 Mar 2004 00:33:18 +0000 (00:33 +0000)]
(syms_of_xdisp): Include `void-variable' in list_of_error
to catch errors in calc_pixel_width_or_height during redisplay.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 26 Mar 2004 00:32:56 +0000 (00:32 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kim F. Storm [Thu, 25 Mar 2004 23:52:28 +0000 (23:52 +0000)]
*** empty log message ***

20 years ago(cperl-indent-alist, cperl-where-am-i): Comment out (it's unused and
Juanma Barranquero [Thu, 25 Mar 2004 22:45:20 +0000 (22:45 +0000)]
(cperl-indent-alist, cperl-where-am-i): Comment out (it's unused and
unfinished code).

20 years ago* insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
Masatake YAMATO [Thu, 25 Mar 2004 18:05:29 +0000 (18:05 +0000)]
* insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
* buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
* editfns.c (Ftranspose_regions): Likewise.
* lisp.h (top_level): Likewise.

20 years ago(completion-setup-function): Emphasize the first uncommon characters in the completio...
Masatake YAMATO [Thu, 25 Mar 2004 16:01:38 +0000 (16:01 +0000)]
(completion-setup-function): Emphasize the first uncommon characters in the completions;and de-emphasize the common prefix substrings.
(completion-emphasis): New face.
(completion-de-emphasis): New face.

20 years ago(vc-print-log): backend-function may be a byte-compiled object, not a lambda
Sam Steingold [Thu, 25 Mar 2004 15:39:03 +0000 (15:39 +0000)]
(vc-print-log): backend-function may be a byte-compiled object, not a lambda

20 years ago* jit-lock.el (jit-lock): Remove links to removed Support Modes
Juri Linkov [Thu, 25 Mar 2004 10:47:17 +0000 (10:47 +0000)]
* jit-lock.el (jit-lock): Remove links to removed Support Modes
Info node.

20 years ago* font-lock.el (fast-lock, lazy-lock): Remove links to removed
Juri Linkov [Thu, 25 Mar 2004 10:44:30 +0000 (10:44 +0000)]
* font-lock.el (fast-lock, lazy-lock): Remove links to removed
Support Modes Info node.

20 years ago(fill): Fix Info link.
Juri Linkov [Thu, 25 Mar 2004 10:41:49 +0000 (10:41 +0000)]
(fill): Fix Info link.

20 years agoFix comments.
Juri Linkov [Thu, 25 Mar 2004 10:40:59 +0000 (10:40 +0000)]
Fix comments.

20 years ago* kmacro.el (kmacro-call-macro): Fix docstring.
Juri Linkov [Thu, 25 Mar 2004 10:39:06 +0000 (10:39 +0000)]
* kmacro.el (kmacro-call-macro): Fix docstring.

20 years ago* international/mule.el (keyboard-coding-system): Fix docstring.
Juri Linkov [Thu, 25 Mar 2004 10:38:28 +0000 (10:38 +0000)]
* international/mule.el (keyboard-coding-system): Fix docstring.

20 years ago(describe-property-list): Add a button for `face' property
Juri Linkov [Thu, 25 Mar 2004 10:36:55 +0000 (10:36 +0000)]
(describe-property-list): Add a button for `face' property
that calls `describe-face'.

20 years agoFix commentary.
Juri Linkov [Thu, 25 Mar 2004 10:35:07 +0000 (10:35 +0000)]
Fix commentary.

20 years ago(info-xref-check-buffer): Report empty filename parts.
Juri Linkov [Thu, 25 Mar 2004 10:32:33 +0000 (10:32 +0000)]
(info-xref-check-buffer): Report empty filename parts.
Remove spurious node duplicate suppression, doesn't work, not wanted.
(info-xref-output): Take format style args, add "sit-for 0" to let
user see the results as they progress.
(info-xref-check-all-custom): New function.

20 years ago(dired-directory-changed-p): Reindent.
Luc Teirlinck [Thu, 25 Mar 2004 04:21:24 +0000 (04:21 +0000)]
(dired-directory-changed-p): Reindent.

20 years ago*** empty log message ***
Nick Roberts [Thu, 25 Mar 2004 02:02:53 +0000 (02:02 +0000)]
*** empty log message ***

20 years ago(diff-font-lock-keywords): Disable yank-handler.
Stefan Monnier [Wed, 24 Mar 2004 21:35:40 +0000 (21:35 +0000)]
(diff-font-lock-keywords): Disable yank-handler.

20 years agoMoved to progmodes directory
Nick Roberts [Wed, 24 Mar 2004 20:40:20 +0000 (20:40 +0000)]
Moved to progmodes directory

20 years agoMoved from lisp directory
Nick Roberts [Wed, 24 Mar 2004 20:39:37 +0000 (20:39 +0000)]
Moved from lisp directory

20 years ago*** empty log message ***
Glenn Morris [Wed, 24 Mar 2004 18:37:57 +0000 (18:37 +0000)]
*** empty log message ***

20 years ago(calendar-set-mode-line): Use total available mode-line width, rather
Glenn Morris [Wed, 24 Mar 2004 18:37:08 +0000 (18:37 +0000)]
(calendar-set-mode-line): Use total available mode-line width, rather
than frame-width.

20 years ago(appt-check): Remove superfluous progn.
Glenn Morris [Wed, 24 Mar 2004 18:36:20 +0000 (18:36 +0000)]
(appt-check): Remove superfluous progn.
When finished with diary buffer: if it was not being displayed
before, kill it; otherwise restore its original state.
Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.

20 years ago(dired) <defgroup>: Add link to manual.
Stefan Monnier [Tue, 23 Mar 2004 21:44:31 +0000 (21:44 +0000)]
(dired) <defgroup>: Add link to manual.
(dired-font-lock-keywords): Ad highlighting on unusual permissions.
(dired-revert): Use dolist.
(dired-mode-map): Add U binding.
(dired-mode): Add font-lock-beginning-of-syntax-function.
(dired-garbage-files-regexp): Make it a defcustom.

20 years agoRequire CL for `case'.
Stefan Monnier [Tue, 23 Mar 2004 21:36:49 +0000 (21:36 +0000)]
Require CL for `case'.

20 years ago(vc-arch-diff): Handle the special case where `newvers' is equivalent to nil.
Stefan Monnier [Tue, 23 Mar 2004 21:34:06 +0000 (21:34 +0000)]
(vc-arch-diff): Handle the special case where `newvers' is equivalent to nil.
(vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
(vc-arch-mode-line-string): Accept `added' state.
(vc-arch-state): Use inode-sigs if available.
(vc-arch-add-tagline): Rename from vc-arch-add-tag.
Copy&delete existing id file if any.  Fallback if uuidgen is absent.
(vc-arch-tagline-re): New var.
(vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method): New funs.
(vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
(vc-arch-registered): Try our best guess using vc-arch-file-source-p.

20 years agoDocument new backend operation `find-file-not-found-hook'.
Stefan Monnier [Tue, 23 Mar 2004 21:00:36 +0000 (21:00 +0000)]
Document new backend operation `find-file-not-found-hook'.

20 years ago(vc-default-find-file-not-found-hook): New fun.
Stefan Monnier [Tue, 23 Mar 2004 20:59:19 +0000 (20:59 +0000)]
(vc-default-find-file-not-found-hook): New fun.
(vc-file-not-found-hook): Use it.

20 years ago(diff-default-read-only): Change default.
Stefan Monnier [Tue, 23 Mar 2004 20:50:36 +0000 (20:50 +0000)]
(diff-default-read-only): Change default.
(diff-mode-hook): Make it a defcustom.  Add some options.
(diff-mode-map): Bind diff-refine-hook.
(diff-yank-handler): New var.
(diff-yank-function): New fun.
(diff-font-lock-keywords): Use them.
(diff-end-of-file): Handle case where file-header looks like diff text.
(diff-hunk-kill): Adjust to "new" hunk-next behavior.
(diff-file-kill): Delete a subsequent empty line, if applicable.
(diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
(diff-find-file-name): Use it.
(diff-tell-file-name): New command.
(diff-mode): Be careful with view-mode.
(diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
New functions, for use in diff-mode-hook.
(diff-find-source-location): Catch "regex too large" errors.
(diff-apply-hunk, diff-test-hunk): Go to old or new file.
(diff-refine-hunk): New command.

20 years ago(smerge-mode-menu): Fix activate pred for resolve.
Stefan Monnier [Tue, 23 Mar 2004 19:56:42 +0000 (19:56 +0000)]
(smerge-mode-menu): Fix activate pred for resolve.
(smerge-context-menu-map): Remove unused var.
(smerge-keep-all): Preserve markers.
(smerge-keep-n): New fun.
(smerge-keep-base, smerge-keep-other, smerge-keep-mine)
(smerge-keep-current, smerge-ediff): Use it.
(smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
(smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
(smerge-resolve): Resolve trivial 3-part conflicts.

20 years ago(display-time-string-forms): Fix help-echo date format.
Juri Linkov [Tue, 23 Mar 2004 07:43:10 +0000 (07:43 +0000)]
(display-time-string-forms): Fix help-echo date format.

20 years agoMove suggestions for key bindings to Commentary.
Juri Linkov [Tue, 23 Mar 2004 07:39:56 +0000 (07:39 +0000)]
Move suggestions for key bindings to Commentary.

20 years ago(dired-compress-file-suffixes): Add dz and tbz.
Juri Linkov [Tue, 23 Mar 2004 07:39:35 +0000 (07:39 +0000)]
(dired-compress-file-suffixes): Add dz and tbz.
(dired-compare-directories): Add default value for empty input.

20 years ago(dired-guess-shell-alist-default): Add choices for
Juri Linkov [Tue, 23 Mar 2004 07:38:57 +0000 (07:38 +0000)]
(dired-guess-shell-alist-default): Add choices for
extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
Add extensions .[0-9] for man and nroff, and .pod for perldoc.
(dired-man): Use dired-guess-shell-command.
(dired-guess-shell-case-fold-search): Change defvar to defcustom.
Change default nil to t.

20 years ago(jka-compr-compression-info-list): Add tbz and dz.
Juri Linkov [Tue, 23 Mar 2004 07:38:04 +0000 (07:38 +0000)]
(jka-compr-compression-info-list): Add tbz and dz.
(jka-compr-mode-alist-additions): Add tbz.
(jka-compr-write-region): Add error message for undefined compress-program.
(jka-compr-insert-file-contents): Add message for undefined compress-program.
(jka-compr-write-region): Remove redundant var bindings.

20 years ago(quail-insert-decode-map): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:37:37 +0000 (07:37 +0000)]
(quail-insert-decode-map): Use window-width instead of frame-width.

20 years ago(describe-current-coding-system): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:37:07 +0000 (07:37 +0000)]
(describe-current-coding-system): Use window-width instead of frame-width.

20 years ago(describe-char): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:36:34 +0000 (07:36 +0000)]
(describe-char): Use window-width instead of frame-width.

20 years ago(list-one-abbrev-table): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:35:59 +0000 (07:35 +0000)]
(list-one-abbrev-table): Use window-width instead of frame-width.

20 years ago(woman-fill-frame): Doc fix.
Juri Linkov [Tue, 23 Mar 2004 07:35:35 +0000 (07:35 +0000)]
(woman-fill-frame): Doc fix.
(woman-decode-region): Use window-width instead of frame-width.

20 years ago(Man-width): New var.
Juri Linkov [Tue, 23 Mar 2004 07:33:39 +0000 (07:33 +0000)]
(Man-width): New var.
(Man-getpage-in-background): Use it.
(Man-support-local-filenames): New var and fun.
(Man-build-man-command): Don't add a second %s.
(Man-fontify-manpage): Clean up message.
(Man-mode): Set outline-regexp, outline-level, imenu-generic-expression.

20 years ago(global-auto-revert-non-file-buffers): Expand doc string.
Luc Teirlinck [Tue, 23 Mar 2004 05:24:55 +0000 (05:24 +0000)]
(global-auto-revert-non-file-buffers): Expand doc string.
(buffer-stale-function): New variable.
(auto-revert-list-diff, auto-revert-dired-file-list)
(auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
(auto-revert-handler): Take over some functionality of deleted functions.
(auto-revert-buffers): Delete call to auto-revert-buffer-p.

20 years ago(dired-directory-changed-p, dired-buffer-stale-p): New functions.
Luc Teirlinck [Tue, 23 Mar 2004 05:20:11 +0000 (05:20 +0000)]
(dired-directory-changed-p, dired-buffer-stale-p): New functions.
(dired-internal-noselect): Use dired-directory-changed-p.
Eliminate revert messages.
(dired-mode): Set buffer-stale-function to dired-buffer-stale-p.

20 years agoSetup syntaxes for more parentheses Unicode characters.
Kenichi Handa [Tue, 23 Mar 2004 04:30:25 +0000 (04:30 +0000)]
Setup syntaxes for more parentheses Unicode characters.

20 years ago(ad-subr-arglist): Undo part of last patch.
Stefan Monnier [Tue, 23 Mar 2004 02:45:33 +0000 (02:45 +0000)]
(ad-subr-arglist): Undo part of last patch.

20 years ago(select-safe-coding-system): Merge
Kenichi Handa [Tue, 23 Mar 2004 02:35:36 +0000 (02:35 +0000)]
(select-safe-coding-system): Merge
coding-system and auto-cs before comparing them.

20 years agoFix copyright.
Stefan Monnier [Mon, 22 Mar 2004 17:12:16 +0000 (17:12 +0000)]
Fix copyright.

20 years agoFix copyright.
Stefan Monnier [Mon, 22 Mar 2004 15:38:14 +0000 (15:38 +0000)]
Fix copyright.

20 years ago(pp-eval-expression): Simplify.
Stefan Monnier [Mon, 22 Mar 2004 15:32:24 +0000 (15:32 +0000)]
(pp-eval-expression): Simplify.

20 years ago(lisp-mode-variables): Don't set
Stefan Monnier [Mon, 22 Mar 2004 15:31:46 +0000 (15:31 +0000)]
(lisp-mode-variables): Don't set
normal-auto-fill-function and comment-indent-function.
The default values now work just as well.
Don't set font-lock-beginning-of-syntax-function since we already set
syntax-begin-function.
(lisp-outline-level): Put ;;;###autoload at same level as (.
(prin1-char): Quote special chars.

20 years ago(lm-keywords-finder-p): Use defvar rather than with-no-warnings.
Stefan Monnier [Mon, 22 Mar 2004 15:28:28 +0000 (15:28 +0000)]
(lm-keywords-finder-p): Use defvar rather than with-no-warnings.

20 years ago(edebug-display): Bring up a debug trace if the source location can't be found.
Stefan Monnier [Mon, 22 Mar 2004 15:27:46 +0000 (15:27 +0000)]
(edebug-display): Bring up a debug trace if the source location can't be found.
(edebug-compute-previous-result): Use prin1-char.

20 years ago(checkdoc-error): Dont' assume point-min == 1.
Stefan Monnier [Mon, 22 Mar 2004 15:24:49 +0000 (15:24 +0000)]
(checkdoc-error): Dont' assume point-min == 1.
(debug-ignored-errors): Add an entry.

20 years ago(byte-recompile-directory): Ignore hidden dir.
Stefan Monnier [Mon, 22 Mar 2004 15:23:59 +0000 (15:23 +0000)]
(byte-recompile-directory): Ignore hidden dir.
(byte-compile-file): Output warning when deleting a file.

20 years ago(defsubst): Add edebug spec and use backquote.
Stefan Monnier [Mon, 22 Mar 2004 15:22:34 +0000 (15:22 +0000)]
(defsubst): Add edebug spec and use backquote.
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.

20 years ago(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
Stefan Monnier [Mon, 22 Mar 2004 15:21:08 +0000 (15:21 +0000)]
(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
(byte-optimize-pure-func): Rename from byte-optimize-concat.
(symbol-name, regexp-opt, regexp-quote): Mark as pure.

20 years ago(backquote-list*-macro): Use nreverse.
Stefan Monnier [Mon, 22 Mar 2004 15:17:01 +0000 (15:17 +0000)]
(backquote-list*-macro): Use nreverse.

20 years ago(ad-subr-arglist): Simplify.
Stefan Monnier [Mon, 22 Mar 2004 15:16:27 +0000 (15:16 +0000)]
(ad-subr-arglist): Simplify.

20 years agoUse inhibit-read-only instead of buffer-read-only.
Stefan Monnier [Mon, 22 Mar 2004 15:14:11 +0000 (15:14 +0000)]
Use inhibit-read-only instead of buffer-read-only.
(gnus-narrow-to-page): Don't assume point-min == 1.
(gnus-article-edit-mode): Derive from message-mode.
(gnus-button-alist): Add buttons to (info "(emacs)Keymaps").

20 years ago(gnus-score-find-bnews): Simplify and don't assume point-min == 1.
Stefan Monnier [Mon, 22 Mar 2004 15:10:39 +0000 (15:10 +0000)]
(gnus-score-find-bnews): Simplify and don't assume point-min == 1.

20 years ago(imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'.
Stefan Monnier [Mon, 22 Mar 2004 15:08:55 +0000 (15:08 +0000)]
(imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'.

20 years agoAdd local variables to prevent byte-compiling.
Stefan Monnier [Mon, 22 Mar 2004 14:10:23 +0000 (14:10 +0000)]
Add local variables to prevent byte-compiling.

20 years ago*** empty log message ***
Juri Linkov [Mon, 22 Mar 2004 07:49:24 +0000 (07:49 +0000)]
*** empty log message ***

20 years ago(ispell-help): Doc fix.
Juri Linkov [Mon, 22 Mar 2004 07:48:39 +0000 (07:48 +0000)]
(ispell-help): Doc fix.

20 years agoDoc fix.
Juri Linkov [Mon, 22 Mar 2004 07:48:01 +0000 (07:48 +0000)]
Doc fix.

20 years ago(ethio-find-file): Doc fix.
Juri Linkov [Mon, 22 Mar 2004 07:47:29 +0000 (07:47 +0000)]
(ethio-find-file): Doc fix.

20 years agoFix keywords.
Juri Linkov [Mon, 22 Mar 2004 07:46:31 +0000 (07:46 +0000)]
Fix keywords.

20 years ago(finder-known-keywords): Fix data, tex, unix.
Juri Linkov [Mon, 22 Mar 2004 07:45:47 +0000 (07:45 +0000)]
(finder-known-keywords): Fix data, tex, unix.

20 years agoFix typo.
Juri Linkov [Mon, 22 Mar 2004 07:42:24 +0000 (07:42 +0000)]
Fix typo.

20 years agoFix comments.
Juri Linkov [Mon, 22 Mar 2004 07:42:01 +0000 (07:42 +0000)]
Fix comments.

20 years ago(Sorting): Add missing quote.
Juri Linkov [Mon, 22 Mar 2004 07:38:33 +0000 (07:38 +0000)]
(Sorting): Add missing quote.

20 years ago(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.
Juri Linkov [Mon, 22 Mar 2004 07:38:01 +0000 (07:38 +0000)]
(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.

20 years agoFix help key bindings.
Juri Linkov [Mon, 22 Mar 2004 07:32:05 +0000 (07:32 +0000)]
Fix help key bindings.

20 years agoSmall fix.
Juri Linkov [Mon, 22 Mar 2004 07:31:41 +0000 (07:31 +0000)]
Small fix.

20 years ago(Mail Methods): Fix xref to Message manual.
Juri Linkov [Mon, 22 Mar 2004 07:29:08 +0000 (07:29 +0000)]
(Mail Methods): Fix xref to Message manual.

20 years ago(Browse-URL, FFAP): Add information about keywords.
Juri Linkov [Mon, 22 Mar 2004 07:28:30 +0000 (07:28 +0000)]
(Browse-URL, FFAP): Add information about keywords.

20 years ago(Completion): Add description for menu items.
Juri Linkov [Mon, 22 Mar 2004 07:25:14 +0000 (07:25 +0000)]
(Completion): Add description for menu items.

20 years agoSync keywords with finder.el.
Juri Linkov [Mon, 22 Mar 2004 07:24:46 +0000 (07:24 +0000)]
Sync keywords with finder.el.

20 years agoImprove references.
Juri Linkov [Mon, 22 Mar 2004 07:23:53 +0000 (07:23 +0000)]
Improve references.

20 years ago* emacs.texi (Top): Add `Misc X'.
Juri Linkov [Mon, 22 Mar 2004 07:22:25 +0000 (07:22 +0000)]
* emacs.texi (Top): Add `Misc X'.

20 years ago(format-insert-file): Always return a list of two elements,
Luc Teirlinck [Mon, 22 Mar 2004 04:43:17 +0000 (04:43 +0000)]
(format-insert-file): Always return a list of two elements,
like insert-file-contents does.