1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00
Commit graph

61390 commits

Author SHA1 Message Date
Lars Ingebrigtsen
e3692ee034 * simple.el (choose-completion): Doc fix.
Fixes: debbugs:14160
2014-02-09 22:58:34 -08:00
Lars Ingebrigtsen
410155240f * subr.el (event-start): Say what a nil EVENT value means. 2014-02-09 22:56:03 -08:00
Lars Ingebrigtsen
87c79dcb46 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused.
Fixes: debbugs:14197
2014-02-09 22:51:32 -08:00
Lars Ingebrigtsen
3ab49e2cb0 * progmodes/grep.el (find-program): Doc fix.
Fixes: debbugs:14289
2014-02-09 22:44:49 -08:00
Lars Ingebrigtsen
f3c6024192 * files.el (confirm-kill-emacs): Clarify doc (bug#15455). 2014-02-09 22:07:30 -08:00
Lars Ingebrigtsen
3bd1d8a8e0 * emacs-lisp/lisp.el (up-list): Doc fix.
Fixes: debbugs:15832
2014-02-09 21:50:16 -08:00
Lars Ingebrigtsen
6abe458993 * files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate function.
Fixes: debbugs:15455
2014-02-09 20:26:10 -08:00
Dmitry Gutov
a11463de21 * lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.
2014-02-10 04:53:15 +02:00
Glenn Morris
2ab0ad8563 * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel. 2014-02-09 17:38:56 -08:00
Glenn Morris
97bbf637c4 * lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary. 2014-02-09 17:37:11 -08:00
Glenn Morris
34dc21db6e Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
Alan Mackenzie
411141fb8e Fix c-invalidate-state-cache on narrowed buffers.
progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out): Widen when
setting and clearing the CPP delimiter properties.
2014-02-09 12:34:25 +00:00
Glenn Morris
44e23a70ad Auto-commit of loaddefs files. 2014-02-09 06:23:00 -05:00
Lars Ingebrigtsen
92c70367ff * help.el (describe-bindings): Doc fix.
Fixes: debbugs:9888
2014-02-08 22:01:33 -08:00
Lars Ingebrigtsen
7e34193f01 (save-buffer): Clarify the 0 argument (bug#10346).
Fixes: debbugs:13261
2014-02-08 21:32:41 -08:00
Lars Ingebrigtsen
468ef48472 * files.el (save-buffer): Use ARG as the parameter name for consistency
Fixes: debbugs:10346
2014-02-08 21:30:41 -08:00
Lars Ingebrigtsen
1e4a57ac6d (custom-sort-items): Doc fix (bug#11121).
Fixes: debbugs:11122
2014-02-08 21:05:06 -08:00
Lars Ingebrigtsen
382fd3687b (custom-buffer-create): Doc fix.
Fixes: debbugs:11122
2014-02-08 21:00:37 -08:00
Lars Ingebrigtsen
fc2b1ffaa0 * cus-edit.el (customize-apropos): Fix error string. 2014-02-08 20:57:28 -08:00
Lars Ingebrigtsen
ab4dc1e1ba * message.el (message-tab): Mention what happens on normal tabs
(bug#11297).
2014-02-08 20:37:38 -08:00
Lars Ingebrigtsen
c7b92b8816 * dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Fixes: debbugs:11328
2014-02-08 20:30:00 -08:00
Lars Ingebrigtsen
10c75ee376 * repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
2014-02-08 19:54:05 -08:00
Lars Ingebrigtsen
790aceec52 * repeat.el (repeat-message-function): Reword doc slightly.
Fixes: debbugs:11619
2014-02-08 19:51:23 -08:00
Lars Ingebrigtsen
c359b7bd77 (icomplete-simple-completing-p): Mention the previous variable. 2014-02-08 19:49:02 -08:00
Lars Ingebrigtsen
a54a7552be * icomplete.el (icomplete-with-completion-tables): Doc fix.
Fixes: debbugs:11654
2014-02-08 19:47:11 -08:00
Lars Ingebrigtsen
dd1631238d * font-lock.el (font-lock-value-in-major-mode): Doc fix
Clarify the meaning of the parameter.

Fixes: debbugs:12282
2014-02-08 19:25:19 -08:00
Lars Ingebrigtsen
2356b31687 (backup-inhibited): Doc clarification
Fixes: debbugs:12525
2014-02-08 19:02:45 -08:00
Lars Ingebrigtsen
5a836f5897 (locate-file): Suffixes aren't returned, so don't say that they are
Fixes: debbugs:12674
2014-02-08 18:58:24 -08:00
Lars Ingebrigtsen
9e108fe61d * files.el (find-file-noselect): Clarify prompt when changing readedness.
Fixes: debbugs:13261
2014-02-08 18:44:25 -08:00
Lars Ingebrigtsen
20dda93066 * dired.el (dired-internal-do-deletions) messaging fixup
* dired.el (dired-internal-do-deletions): Don't say "Deleting..."
before we actually start to delete things.

Fixes: debbugs:16331
2014-02-08 18:19:15 -08:00
Lars Ingebrigtsen
d6d5fdf826 Document the event-start' and event-end' functions more completely
* doc/lispref/commands.texi (Accessing Mouse): Mention that these function
also work on keyboard events.

* lisp/subr.el (event-start): Doc fix (bug#14228).
(event-end): Ditto.
2014-02-08 18:13:23 -08:00
Glenn Morris
2abd71e50c * lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.
Fixes: debbugs:15940
2014-02-08 16:20:12 -08:00
Andreas Schwab
c1b5900bc0 Fixes: debbugs:16690
* vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2014-02-09 00:01:45 +01:00
Michael Albinus
429b93bd7b * net/tramp-sh.el (tramp-sh-handle-start-file-process):
Insert output at end of buffer.  (Bug#16120)
2014-02-08 14:35:15 +01:00
Lars Ingebrigtsen
54dd147ac3 (execute-extended-command): Clarify doc string (bug#13373). 2014-02-08 05:13:46 -08:00
Lars Ingebrigtsen
18c6aa8c86 * simple.el (choose-completion-string-functions): Document fix.
New calling convention.

Fixes: debbugs:14153
2014-02-08 04:46:09 -08:00
Lars Ingebrigtsen
dce8463bb9 * kmacro.el (kmacro-exec-ring-item): Doc fix.
Fixes: debbugs:14198
2014-02-08 04:34:52 -08:00
Lars Ingebrigtsen
8aa76c931f (find-grep-dired): Doc fix (bug#14288). 2014-02-08 03:09:10 -08:00
Lars Ingebrigtsen
b772a699ed * find-dired.el (find-name-dired): Doc fix.
Fixes: debbugs:14290
2014-02-08 03:06:33 -08:00
Juri Linkov
2423c8d576 * lisp/isearch.el (isearch-quote-char): Check character validity like in `quoted-insert'.
Fixes: debbugs:16677
2014-02-08 12:20:45 +02:00
Lars Ingebrigtsen
893cc9082c * files.el (find-file-visit-truename): Doc clarification (bug#14697). 2014-02-07 22:58:15 -08:00
Lars Ingebrigtsen
9165ffc0f0 * isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
2014-02-07 22:56:18 -08:00
Lars Ingebrigtsen
6ef4f3cef2 * simple.el (line-move): Document utility function used many
places in the Emacs sources.

Fixes: debbugs:14843
2014-02-07 22:28:12 -08:00
Lars Ingebrigtsen
574e477fb6 (dired-up-directory): Doc fix (bug#14848). 2014-02-07 22:20:17 -08:00
Lars Ingebrigtsen
8cff064c5e (dired-prev-marked-file): Doc fix (bug#14855). 2014-02-07 22:16:23 -08:00
Lars Ingebrigtsen
be58a238be * dired.el (dired-mode-map): Make :help text more accurate.
Fixes: debbugs:14893
2014-02-07 22:10:22 -08:00
Lars Ingebrigtsen
dd7aafbbf0 * minibuffer.el (read-file-name): Doc clarification.
Fixes: debbugs:15096
2014-02-07 21:15:31 -08:00
Lars Ingebrigtsen
15cb9968c0 * files.el (file-relative-name): Doc fix.
Fixes: debbugs:15159
2014-02-07 20:53:52 -08:00
Lars Ingebrigtsen
9788effd3b * fringe.el (fringe-styles): Doc fix.
Fixes: debbugs:15239
2014-02-07 20:40:26 -08:00
Lars Ingebrigtsen
c96411bdad * isearch.el (isearch-filter-predicate): Documentation typo fix
Fixes: debbugs:15474
2014-02-07 20:14:16 -08:00