1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 07:51:17 -08:00
Commit graph

115147 commits

Author SHA1 Message Date
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
8cd86d0434 (Fyes_or_no_p): Doc fix
Fixes: debbugs:15456
2014-02-09 22:04:39 -08:00
Lars Ingebrigtsen
a3a8a7da5b * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.
Fixes: debbugs:15824
2014-02-09 21:55:53 -08:00
Lars Ingebrigtsen
3bd1d8a8e0 * emacs-lisp/lisp.el (up-list): Doc fix.
Fixes: debbugs:15832
2014-02-09 21:50:16 -08:00
Dmitry Antipov
c67955902e * cmds.c (Fself_insert_command): Respect the width of EMACS_INT
and avoid warning.
2014-02-10 09:41:42 +04: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
Lars Ingebrigtsen
63d93efda6 * text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
Fixes: debbugs:15309
2014-02-09 18:37:43 -08: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
c838bca91d * cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.
Fixes: debbugs:9476
2014-02-08 22:32:30 -08:00
Lars Ingebrigtsen
438241f518 * text.texi (Changing Properties): Clarify `propertize'.
Fixes: debbugs:9825
2014-02-08 22:14:08 -08: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
981c3e4fcd * display.texi (Blinking): Clarify doc string in example.
Fixes: debbugs:10658
2014-02-08 21:20:54 -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
90b43013e9 * NEWS: Mention all the Apropos face options that have been removed.
Fixes: debbugs:16516
2014-02-08 20:24:02 -08:00
Lars Ingebrigtsen
28d51810be (Quitting): Refer to the right node for `set-input-mode' (bug#11458). 2014-02-08 20:19:52 -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
b8f2e9d2ae * dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.
Fixes: debbugs:11743
2014-02-08 19:38:18 -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
6995e5d0e5 Doc for subword, superword modes
* doc/emacs/programs.texi (MixedCase Words): Rename node from "Glasses".
Move Subword mode here from "Other C Commands" node.
(Misc for Programs): Mention Superword mode.

* doc/emacs/emacs.texi: Update menu.

* etc/NEWS: Related markup.
2014-02-08 18:08:17 -08:00
Lars Ingebrigtsen
fe46122024 * macros.c (Fexecute_kbd_macro): Doc fix. 2014-02-08 17:48:47 -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
6fbf6c29f4 * regs.texi (File Registers): Clarify metasyntactical variables.
Fixes: debbugs:13565
2014-02-08 05:04:39 -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
Eli Zaretskii
c8740fa21b Fix bug #14762 with insufficient and outdated w32 installation documentation.
nt/INSTALL: Update for Emacs 24.4.
 nt/README: Update for Emacs 24.4.
 nt/README.W32: Update and improve instructions.
2014-02-08 12:25:33 +02:00