bpt/emacs.git
10 years agoMake closing dbus buses actually work
Daniel Colascione [Sun, 16 Feb 2014 05:46:05 +0000 (21:46 -0800)]
Make closing dbus buses actually work

10 years ago* lisp/ido.el (ido-file-internal): Don't add the name of an existing
Dmitry Gutov [Sun, 16 Feb 2014 04:15:47 +0000 (06:15 +0200)]
* lisp/ido.el (ido-file-internal): Don't add the name of an existing
directory twice.

Fixes: debbugs:16747

10 years ago* lisp/vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
Glenn Morris [Sun, 16 Feb 2014 03:09:27 +0000 (19:09 -0800)]
* lisp/vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
Do not use ediff-defvar-local on pre-defined variables.

Fixes: debbugs:16744

10 years ago* progmodes/sql.el: Version 3.4
Michael Mauger [Sat, 15 Feb 2014 22:50:45 +0000 (17:50 -0500)]
* progmodes/sql.el: Version 3.4
(sql-oracle-options): New default value ("-L").
(sql-mode-oracle-font-lock-keywords): Added placeholder highlighting.
(sql-placeholders-filter): Correct placeholder pattern.
(sql-read-table-name): Bug fix. Detect absence of SQLi process.
(sql-login-delay): New variable.
(sql-product-interactive): Use it.

10 years agoframeset.el (frameset--jump-to-register): Check that buffer is live (bug#16749).
Juanma Barranquero [Sat, 15 Feb 2014 04:16:46 +0000 (05:16 +0100)]
frameset.el (frameset--jump-to-register): Check that buffer is live (bug#16749).

10 years ago* lisp/info.el (info-initialize): Revert 2014-01-10 change.
Glenn Morris [Sat, 15 Feb 2014 03:58:38 +0000 (19:58 -0800)]
* lisp/info.el (info-initialize): Revert 2014-01-10 change.

10 years ago* lisp/replace.el (read-regexp): Fix typo in earlier doc change.
Glenn Morris [Fri, 14 Feb 2014 19:08:53 +0000 (14:08 -0500)]
* lisp/replace.el (read-regexp): Fix typo in earlier doc change.

10 years ago* character.h: Fix misspelling of file name in comment.
Paul Eggert [Fri, 14 Feb 2014 16:11:11 +0000 (08:11 -0800)]
* character.h: Fix misspelling of file name in comment.

10 years ago* Makefile.in (install-arch-indep): Allow ' ' in destdir.
Paul Eggert [Fri, 14 Feb 2014 08:05:18 +0000 (00:05 -0800)]
* Makefile.in (install-arch-indep): Allow ' ' in destdir.

This fixes a bug in the previous change.  Also, use $(SHELL)
rather than sh, as that's more likely to be portable.

Fixes: debbugs:16717

10 years agoSome read-regexp doc
Glenn Morris [Fri, 14 Feb 2014 07:36:42 +0000 (23:36 -0800)]
Some read-regexp doc

* lisp/replace.el (map-query-replace-regexp)
(read-regexp-defaults-function, read-regexp): Doc fixes.

* etc/NEWS: Related edits.

10 years agoMention read-regexp in doc of functions that use it
Glenn Morris [Fri, 14 Feb 2014 06:59:24 +0000 (22:59 -0800)]
Mention read-regexp in doc of functions that use it

* lisp/dired.el (dired-read-regexp):
* lisp/faces.el (list-faces-display):
* lisp/misearch.el (multi-isearch-read-matching-buffers)
(multi-isearch-read-matching-files):
* lisp/play/cookie1.el (cookie-apropos):
* lisp/progmodes/grep.el (grep-read-regexp): Doc fixes.

10 years agoTiny doc etc changes related to frameset-to-register
Glenn Morris [Fri, 14 Feb 2014 06:55:59 +0000 (22:55 -0800)]
Tiny doc etc changes related to frameset-to-register

* doc/emacs/regs.texi (Configuration Registers): Update C-x r f binding.

* lisp/textmodes/remember.el (remember): Use frameset-to-register
rather than frame-configuration-to-register.

10 years agolisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
Jay Belanger [Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)]
lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
incorrect keybinding.

doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.

10 years agolisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in...
Teodor Zlatanov [Thu, 13 Feb 2014 22:52:51 +0000 (22:52 +0000)]
lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs

10 years agoFix flymake in narrowed buffers
Daniel Colascione [Thu, 13 Feb 2014 22:37:29 +0000 (14:37 -0800)]
Fix flymake in narrowed buffers

10 years agoFix crashes in itimers on Windows 9X.
Eli Zaretskii [Thu, 13 Feb 2014 20:54:07 +0000 (22:54 +0200)]
Fix crashes in itimers on Windows 9X.

 src/w32proc.c (start_timer_thread): Pass a non-NULL pointer as last
 argument to CreateThread.  This avoids segfaults on Windows 9X.
 Reported by oslsachem <oslsachem@gmail.com>.

10 years ago* Makefile.in (install-arch-indep): Simplify.
Paul Eggert [Thu, 13 Feb 2014 18:59:24 +0000 (10:59 -0800)]
* Makefile.in (install-arch-indep): Simplify.

This should make it more reliable, and hopefully more portable to
non-GNU 'make' implementations such as HP-UX 'make'.

Fixes: debbugs:16717

10 years ago* lisp/mail/rmail.el (rmail-probe): Be less strict.
Glenn Morris [Thu, 13 Feb 2014 18:23:36 +0000 (13:23 -0500)]
* lisp/mail/rmail.el (rmail-probe): Be less strict.

Fixes: debbugs:16743

10 years agoFix subspace record bug on HP-UX 10.20.
Paul Eggert [Thu, 13 Feb 2014 17:23:08 +0000 (09:23 -0800)]
Fix subspace record bug on HP-UX 10.20.

* unexhp9k800.c (unexec_error): New function, to simplify the code.
(check_lseek): New function, to report lseek errors.
(save_data_space, update_file_ptrs, read_header, write_header)
(copy_file, copy_rest, unexec): Use these news functions.
(update_file_ptrs): Don't assume wraparound behavior when
converting a large size_t value to off_t.

Fixes: debbugs:16717

10 years agoFix ChangeLog entry.
Dmitry Antipov [Thu, 13 Feb 2014 12:23:28 +0000 (16:23 +0400)]
Fix ChangeLog entry.

10 years ago* composite.c (fill_gstring_header): Pass positions as C integers
Dmitry Antipov [Thu, 13 Feb 2014 12:16:42 +0000 (16:16 +0400)]
* composite.c (fill_gstring_header): Pass positions as C integers
and move parameters checking to...
* composite.c (Fcomposition_get_gstring): ...this function.  Handle
case when buffer positions are in reversed order and avoid crash
(Bug#16739).  Adjust docstring.
* buffer.c (validate_region): Mention current buffer in error message.

10 years ago* etc/NEWS: Fix typo in previous.
Glenn Morris [Thu, 13 Feb 2014 08:26:45 +0000 (00:26 -0800)]
* etc/NEWS: Fix typo in previous.

10 years agoSmall doc updates for debugging
Glenn Morris [Thu, 13 Feb 2014 08:26:01 +0000 (00:26 -0800)]
Small doc updates for debugging

* doc/lispref/debugging.texi (Debugger Commands): Tiny edits.

* lisp/jit-lock.el (jit-lock-mode): Doc fix.

* etc/NEWS: Related edits.

10 years ago* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.
Juanma Barranquero [Thu, 13 Feb 2014 05:23:06 +0000 (06:23 +0100)]
* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.

10 years ago* lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
Stefan Monnier [Thu, 13 Feb 2014 03:29:47 +0000 (22:29 -0500)]
* lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.

10 years agoCopy README.W32 when installing Windows build (bug#14757).
Juanma Barranquero [Thu, 13 Feb 2014 03:19:57 +0000 (04:19 +0100)]
Copy README.W32 when installing Windows build (bug#14757).

* Makefile.in (install-nt): Also pass datadir.

* nt/Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.
(install): Copy README.W32 to $(datadir)/emacs/$(version).
(uninstall): Remove README.W32.

10 years ago* lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
Glenn Morris [Thu, 13 Feb 2014 02:31:48 +0000 (21:31 -0500)]
* lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes.

10 years agoFix typos in Changelogs.
Juanma Barranquero [Thu, 13 Feb 2014 02:19:48 +0000 (03:19 +0100)]
Fix typos in Changelogs.

10 years ago* texinfo.tex: Update from gnulib.
Paul Eggert [Wed, 12 Feb 2014 22:09:31 +0000 (14:09 -0800)]
* texinfo.tex: Update from gnulib.

10 years agoSpelling fixes.
Paul Eggert [Wed, 12 Feb 2014 19:40:35 +0000 (11:40 -0800)]
Spelling fixes.

10 years ago* etc/NEWS: Small edits.
Glenn Morris [Wed, 12 Feb 2014 18:51:10 +0000 (13:51 -0500)]
* etc/NEWS: Small edits.

10 years ago* lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
Stefan Monnier [Wed, 12 Feb 2014 14:48:41 +0000 (09:48 -0500)]
* lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
shift-select commands.

10 years agoSome icomplete doc
Glenn Morris [Wed, 12 Feb 2014 08:27:27 +0000 (00:27 -0800)]
Some icomplete doc

* doc/emacs/mini.texi (Completion Options): No longer mention icomplete,
which has its own section now.

* doc/emacs/modes.texi (Minor Modes): Update Icomplete xref.

* lisp/icomplete.el: Commentary updates.
(icomplete): Add info-link to defgroup.
(icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
(icomplete-minibuffer-map, icomplete-mode)
(icomplete-simple-completing-p, icomplete-completions): Doc fixes.

* etc/NEWS: Related edits.

10 years ago* image.c (pbm_load): Set to NO_PIXMAP on error.
Jan Djärv [Wed, 12 Feb 2014 07:50:24 +0000 (08:50 +0100)]
* image.c (pbm_load): Set to NO_PIXMAP on error.

Fixes: debbugs:16683

10 years ago* lisp/progmodes/js.el (js-indent-line): Don't widen.
Dmitry Gutov [Wed, 12 Feb 2014 06:23:42 +0000 (08:23 +0200)]
* lisp/progmodes/js.el (js-indent-line): Don't widen.
http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html

10 years agoFix the last patch to work from non-fancy splits, too
Lars Ingebrigtsen [Wed, 12 Feb 2014 05:51:37 +0000 (21:51 -0800)]
Fix the last patch to work from non-fancy splits, too

10 years ago* nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).
Lars Ingebrigtsen [Wed, 12 Feb 2014 05:48:39 +0000 (21:48 -0800)]
* nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).

10 years ago* doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers
Glenn Morris [Wed, 12 Feb 2014 01:43:35 +0000 (20:43 -0500)]
* doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers

10 years agoSome package doc updates
Glenn Morris [Wed, 12 Feb 2014 01:20:34 +0000 (20:20 -0500)]
Some package doc updates

* doc/emacs/help.texi (Package Keywords): Mention describe-package buttons.

* doc/emacs/package.texi (Package Menu): Mention package-menu-filter.

* lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
(package-menu-filter): Rename from package-menu-filter-interactive.
Doc fix.

* etc/NEWS: Related edits.  Copyedit.

10 years ago* buffer.c (syms_of_buffer): Doc clarification.
Lars Ingebrigtsen [Wed, 12 Feb 2014 01:07:06 +0000 (17:07 -0800)]
* buffer.c (syms_of_buffer): Doc clarification.

Fixes: debbugs:9981

10 years agolisp/frameset.el (frameset--jump-to-register): Fix bug#16696.
Juanma Barranquero [Tue, 11 Feb 2014 20:48:23 +0000 (21:48 +0100)]
lisp/frameset.el (frameset--jump-to-register): Fix bug#16696.
Select the required window and buffer before restoring position.

10 years agoFix typo in previous
Glenn Morris [Tue, 11 Feb 2014 18:05:01 +0000 (13:05 -0500)]
Fix typo in previous

10 years ago* src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.
Glenn Morris [Tue, 11 Feb 2014 18:02:19 +0000 (13:02 -0500)]
* src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.
Replace refs to "OpenStep" in messages.

10 years ago* dired.el (dired-get-marked-files): Clarify doc.
Lars Ingebrigtsen [Tue, 11 Feb 2014 11:16:38 +0000 (03:16 -0800)]
* dired.el (dired-get-marked-files): Clarify doc.

Fixes: debbugs:11534

10 years ago* automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
Michael Albinus [Tue, 11 Feb 2014 08:31:39 +0000 (09:31 +0100)]
* automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
and `vc-hg'.  Declare `tramp-find-executable' and
`tramp-get-remote-path'.
(tramp-test29-vc-registered): New test.
(tramp-test30-utf8): Rename from `tramp-test29-utf8'.

10 years ago* text.texi (Editing Format Info): Use @samp for menus.
Lars Ingebrigtsen [Tue, 11 Feb 2014 06:34:29 +0000 (22:34 -0800)]
* text.texi (Editing Format Info): Use @samp for menus.

Fixes: debbugs:13736

10 years agoAvoid "." at end of error diagnostics.
Paul Eggert [Mon, 10 Feb 2014 22:15:54 +0000 (14:15 -0800)]
Avoid "." at end of error diagnostics.

* cmds.c (Fself_insert_command): Reword and avoid "." at end.
* font.c (Ffont_at):
* nsfns.m (ns_display_info_for_name):
* nsselect.m (Fx_own_selection_internal):
* nsterm.m (performDragOperation:):
Remove "." from end of diagnostic.

10 years ago* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
Glenn Morris [Mon, 10 Feb 2014 21:43:01 +0000 (16:43 -0500)]
* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.

Fixes: debbugs:14394

10 years agoFix bug #15109 with confusing mis-documentation of selection-converter-alist.
Eli Zaretskii [Mon, 10 Feb 2014 17:05:52 +0000 (19:05 +0200)]
Fix bug #15109 with confusing mis-documentation of selection-converter-alist.

 lisp/w32-common-fns.el (x-get-selection): Doc fix.
 lisp/select.el (x-get-selection): Doc fix.

10 years agoFix bug #16709 with too lazy redisplay when face-remap-alist changes.
Eli Zaretskii [Mon, 10 Feb 2014 16:08:37 +0000 (18:08 +0200)]
Fix bug #16709 with too lazy redisplay when face-remap-alist changes.

 lisp/face-remap.el (face-remap-add-relative)
 (face-remap-remove-relative, face-remap-reset-base)
 (face-remap-set-base): Call force-mode-line-update to redisplay
 the current buffer due to potential change in faces.

10 years ago* net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
Michael Albinus [Mon, 10 Feb 2014 13:54:33 +0000 (14:54 +0100)]
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
script more robustly.

10 years agoRevert previous patch, it introduces other problems.
Michael Albinus [Mon, 10 Feb 2014 13:22:14 +0000 (14:22 +0100)]
Revert previous patch, it introduces other problems.

10 years agoAuto-commit of loaddefs files.
Glenn Morris [Mon, 10 Feb 2014 11:21:38 +0000 (06:21 -0500)]
Auto-commit of loaddefs files.

10 years ago* net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
Michael Albinus [Mon, 10 Feb 2014 10:06:07 +0000 (11:06 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
quote `tramp-end-of-heredoc'.

10 years ago* eval.c (call_debugger): When exiting the debugger, do not allow
Dmitry Antipov [Mon, 10 Feb 2014 09:48:17 +0000 (13:48 +0400)]
* eval.c (call_debugger): When exiting the debugger, do not allow
max_specpdl_size less than actual binding depth (Bug#16603).
(syms_of_eval): Adjust docstring.

10 years ago* lisp/emacs-lisp/lisp-mnt.el: Comments.
Glenn Morris [Mon, 10 Feb 2014 08:36:27 +0000 (00:36 -0800)]
* lisp/emacs-lisp/lisp-mnt.el: Comments.

10 years ago* dired.el (dired-get-marked-files): Doc fix.
Lars Ingebrigtsen [Mon, 10 Feb 2014 07:13:14 +0000 (23:13 -0800)]
* dired.el (dired-get-marked-files): Doc fix.

Fixes: debbugs:11534

10 years ago* simple.el (choose-completion): Doc fix.
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:58:34 +0000 (22:58 -0800)]
* simple.el (choose-completion): Doc fix.

Fixes: debbugs:14160

10 years ago* subr.el (event-start): Say what a nil EVENT value means.
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:56:03 +0000 (22:56 -0800)]
* subr.el (event-start): Say what a nil EVENT value means.

10 years ago* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused.
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:51:32 +0000 (22:51 -0800)]
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused.

Fixes: debbugs:14197

10 years ago* progmodes/grep.el (find-program): Doc fix.
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:44:49 +0000 (22:44 -0800)]
* progmodes/grep.el (find-program): Doc fix.

Fixes: debbugs:14289

10 years ago* files.el (confirm-kill-emacs): Clarify doc (bug#15455).
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:07:30 +0000 (22:07 -0800)]
* files.el (confirm-kill-emacs): Clarify doc (bug#15455).

10 years ago(Fyes_or_no_p): Doc fix
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:04:39 +0000 (22:04 -0800)]
(Fyes_or_no_p): Doc fix

Fixes: debbugs:15456

10 years ago* fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.
Lars Ingebrigtsen [Mon, 10 Feb 2014 05:55:53 +0000 (21:55 -0800)]
* fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.

Fixes: debbugs:15824

10 years ago* emacs-lisp/lisp.el (up-list): Doc fix.
Lars Ingebrigtsen [Mon, 10 Feb 2014 05:50:16 +0000 (21:50 -0800)]
* emacs-lisp/lisp.el (up-list): Doc fix.

Fixes: debbugs:15832

10 years ago* cmds.c (Fself_insert_command): Respect the width of EMACS_INT
Dmitry Antipov [Mon, 10 Feb 2014 05:41:42 +0000 (09:41 +0400)]
* cmds.c (Fself_insert_command): Respect the width of EMACS_INT
and avoid warning.

10 years ago* files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate function.
Lars Ingebrigtsen [Mon, 10 Feb 2014 04:26:10 +0000 (20:26 -0800)]
* files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate function.

Fixes: debbugs:15455

10 years ago* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
Dmitry Gutov [Mon, 10 Feb 2014 02:53:15 +0000 (04:53 +0200)]
* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.

10 years ago* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
Lars Ingebrigtsen [Mon, 10 Feb 2014 02:37:43 +0000 (18:37 -0800)]
* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.

Fixes: debbugs:15309

10 years ago* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
Glenn Morris [Mon, 10 Feb 2014 01:38:56 +0000 (17:38 -0800)]
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.

10 years ago* lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.
Glenn Morris [Mon, 10 Feb 2014 01:37:11 +0000 (17:37 -0800)]
* lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.

10 years agoReplace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris [Mon, 10 Feb 2014 01:34:22 +0000 (17:34 -0800)]
Replace "Maintainer: FSF" with the emacs-devel mailing address

10 years agoFix c-invalidate-state-cache on narrowed buffers.
Alan Mackenzie [Sun, 9 Feb 2014 12:34:25 +0000 (12:34 +0000)]
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.

10 years agoAuto-commit of loaddefs files.
Glenn Morris [Sun, 9 Feb 2014 11:23:00 +0000 (06:23 -0500)]
Auto-commit of loaddefs files.

10 years ago* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:32:30 +0000 (22:32 -0800)]
* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.

Fixes: debbugs:9476

10 years ago* text.texi (Changing Properties): Clarify `propertize'.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:14:08 +0000 (22:14 -0800)]
* text.texi (Changing Properties): Clarify `propertize'.

Fixes: debbugs:9825

10 years ago* help.el (describe-bindings): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:01:33 +0000 (22:01 -0800)]
* help.el (describe-bindings): Doc fix.

Fixes: debbugs:9888

10 years ago(save-buffer): Clarify the 0 argument (bug#10346).
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:32:41 +0000 (21:32 -0800)]
(save-buffer): Clarify the 0 argument (bug#10346).

Fixes: debbugs:13261

10 years ago* files.el (save-buffer): Use ARG as the parameter name for consistency
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:30:41 +0000 (21:30 -0800)]
* files.el (save-buffer): Use ARG as the parameter name for consistency

Fixes: debbugs:10346

10 years ago* display.texi (Blinking): Clarify doc string in example.
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:20:54 +0000 (21:20 -0800)]
* display.texi (Blinking): Clarify doc string in example.

Fixes: debbugs:10658

10 years ago(custom-sort-items): Doc fix (bug#11121).
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:05:06 +0000 (21:05 -0800)]
(custom-sort-items): Doc fix (bug#11121).

Fixes: debbugs:11122

10 years ago(custom-buffer-create): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:00:37 +0000 (21:00 -0800)]
(custom-buffer-create): Doc fix.

Fixes: debbugs:11122

10 years ago* cus-edit.el (customize-apropos): Fix error string.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:57:28 +0000 (20:57 -0800)]
* cus-edit.el (customize-apropos): Fix error string.

10 years ago* message.el (message-tab): Mention what happens on normal tabs
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:37:38 +0000 (20:37 -0800)]
* message.el (message-tab): Mention what happens on normal tabs
(bug#11297).

10 years ago* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:30:00 +0000 (20:30 -0800)]
* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.

Fixes: debbugs:11328

10 years ago* NEWS: Mention all the Apropos face options that have been removed.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:24:02 +0000 (20:24 -0800)]
* NEWS: Mention all the Apropos face options that have been removed.

Fixes: debbugs:16516

10 years ago(Quitting): Refer to the right node for `set-input-mode' (bug#11458).
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:19:52 +0000 (20:19 -0800)]
(Quitting): Refer to the right node for `set-input-mode' (bug#11458).

10 years ago* repeat.el (repeat-message-function): Doc fix
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:54:05 +0000 (19:54 -0800)]
* repeat.el (repeat-message-function): Doc fix

Fixes: debbugs:11619

10 years ago* repeat.el (repeat-message-function): Reword doc slightly.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:51:23 +0000 (19:51 -0800)]
* repeat.el (repeat-message-function): Reword doc slightly.

Fixes: debbugs:11619

10 years ago(icomplete-simple-completing-p): Mention the previous variable.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:49:02 +0000 (19:49 -0800)]
(icomplete-simple-completing-p): Mention the previous variable.

10 years ago* icomplete.el (icomplete-with-completion-tables): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:47:11 +0000 (19:47 -0800)]
* icomplete.el (icomplete-with-completion-tables): Doc fix.

Fixes: debbugs:11654

10 years ago* dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:38:18 +0000 (19:38 -0800)]
* dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.

Fixes: debbugs:11743

10 years ago* font-lock.el (font-lock-value-in-major-mode): Doc fix
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:25:19 +0000 (19:25 -0800)]
* font-lock.el (font-lock-value-in-major-mode): Doc fix

Clarify the meaning of the parameter.

Fixes: debbugs:12282

10 years ago(backup-inhibited): Doc clarification
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:02:45 +0000 (19:02 -0800)]
(backup-inhibited): Doc clarification

Fixes: debbugs:12525

10 years ago(locate-file): Suffixes aren't returned, so don't say that they are
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:58:24 +0000 (18:58 -0800)]
(locate-file): Suffixes aren't returned, so don't say that they are

Fixes: debbugs:12674

10 years ago* files.el (find-file-noselect): Clarify prompt when changing readedness.
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:44:25 +0000 (18:44 -0800)]
* files.el (find-file-noselect): Clarify prompt when changing readedness.

Fixes: debbugs:13261

10 years ago* dired.el (dired-internal-do-deletions) messaging fixup
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:19:15 +0000 (18:19 -0800)]
* 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

10 years agoDocument the `event-start' and `event-end' functions more completely
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:13:23 +0000 (18:13 -0800)]
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.

10 years agoDoc for subword, superword modes
Glenn Morris [Sun, 9 Feb 2014 02:08:17 +0000 (18:08 -0800)]
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.

10 years ago* macros.c (Fexecute_kbd_macro): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 01:48:47 +0000 (17:48 -0800)]
* macros.c (Fexecute_kbd_macro): Doc fix.