Dmitry Gutov
17d1b51b65
* lisp/ido.el (ido-file-internal): Don't add the name of an existing
...
directory twice.
Fixes: debbugs:16747
2014-02-16 06:15:47 +02:00
Glenn Morris
5bcad689ca
* 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
2014-02-15 19:09:27 -08:00
Michael Mauger
9b0c01f7f5
* 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.
2014-02-15 17:50:45 -05:00
Juanma Barranquero
285f1858c3
frameset.el (frameset--jump-to-register): Check that buffer is live (bug#16749).
2014-02-15 05:16:46 +01:00
Glenn Morris
5d645ea4ee
* lisp/info.el (info-initialize): Revert 2014-01-10 change.
2014-02-14 19:58:38 -08:00
Glenn Morris
ab837c6083
* lisp/replace.el (read-regexp): Fix typo in earlier doc change.
2014-02-14 14:08:53 -05:00
Glenn Morris
b8630261dd
Some read-regexp doc
...
* lisp/replace.el (map-query-replace-regexp)
(read-regexp-defaults-function, read-regexp): Doc fixes.
* etc/NEWS: Related edits.
2014-02-13 23:36:42 -08:00
Glenn Morris
b2bf2a254f
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.
2014-02-13 22:59:24 -08:00
Glenn Morris
48c4f9b124
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.
2014-02-13 22:55:59 -08:00
Jay Belanger
2804e0bd8f
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.
2014-02-13 20:35:59 -06:00
Teodor Zlatanov
019ff874af
lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs
2014-02-13 22:52:51 +00:00
Daniel Colascione
0b87142f24
Fix flymake in narrowed buffers
2014-02-13 14:37:29 -08:00
Glenn Morris
8abcfd51c6
* lisp/mail/rmail.el (rmail-probe): Be less strict.
...
Fixes: debbugs:16743
2014-02-13 13:23:36 -05:00
Glenn Morris
47a73eb071
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.
2014-02-13 00:26:01 -08:00
Juanma Barranquero
c9b6b2624b
* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.
2014-02-13 06:23:06 +01:00
Stefan Monnier
eb4c6947f5
* lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2014-02-12 22:29:47 -05:00
Glenn Morris
0dab5068ae
* lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2014-02-12 21:31:48 -05:00
Juanma Barranquero
c295fc18e3
Fix typos in Changelogs.
2014-02-13 03:19:48 +01:00
Paul Eggert
2baa4c05af
Spelling fixes.
2014-02-12 11:40:35 -08:00
Stefan Monnier
59075dcfa0
* lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
...
shift-select commands.
2014-02-12 09:48:41 -05:00
Glenn Morris
a8cb4247f9
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.
2014-02-12 00:27:27 -08:00
Dmitry Gutov
5af9fbadd1
* lisp/progmodes/js.el (js-indent-line): Don't widen.
...
http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2014-02-12 08:23:42 +02:00
Lars Ingebrigtsen
6227467f0b
Fix the last patch to work from non-fancy splits, too
2014-02-11 21:51:37 -08:00
Lars Ingebrigtsen
d024b579cd
* nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).
2014-02-11 21:48:39 -08:00
Glenn Morris
a215930cfe
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.
2014-02-11 20:20:34 -05:00
Juanma Barranquero
26c5ecd9de
lisp/frameset.el (frameset--jump-to-register): Fix bug#16696.
...
Select the required window and buffer before restoring position.
2014-02-11 21:48:23 +01:00
Lars Ingebrigtsen
fcd58a0299
* dired.el (dired-get-marked-files): Clarify doc.
...
Fixes: debbugs:11534
2014-02-11 03:16:38 -08:00
Glenn Morris
bacb338037
* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
...
Fixes: debbugs:14394
2014-02-10 16:43:01 -05:00
Eli Zaretskii
02328db965
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.
2014-02-10 19:05:52 +02:00
Eli Zaretskii
881329dcf7
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.
2014-02-10 18:08:37 +02:00
Michael Albinus
c7db4c06c4
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
...
script more robustly.
2014-02-10 14:54:33 +01:00
Michael Albinus
5cef7abdbc
Revert previous patch, it introduces other problems.
2014-02-10 14:22:14 +01:00
Glenn Morris
2fc17d30ab
Auto-commit of loaddefs files.
2014-02-10 06:21:38 -05:00
Michael Albinus
91ea763a41
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
...
quote `tramp-end-of-heredoc'.
2014-02-10 11:06:07 +01:00
Glenn Morris
2b44e4584b
* lisp/emacs-lisp/lisp-mnt.el: Comments.
2014-02-10 00:36:27 -08:00
Lars Ingebrigtsen
7602b5c379
* dired.el (dired-get-marked-files): Doc fix.
...
Fixes: debbugs:11534
2014-02-09 23:13:14 -08:00
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