Lars Ingebrigtsen
fff711eeb1
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
...
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
2014-02-07 19:46:53 -08:00
Lars Ingebrigtsen
20bc9ac5eb
* frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'.
...
Fixes: debbugs:16376
2014-02-07 18:41:20 -08:00
Glenn Morris
36f1351eb9
auth-sources doc fixes
...
* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration):
Be agnostic about authinfo/authinfo.gpg default order.
* lisp/gnus/auth-source.el (auth-sources): Doc fix.
Fixes: debbugs:16642
2014-02-07 21:07:55 -05:00
Glenn Morris
99cf38598c
Some hi-lock doc
...
* doc/emacs/display.texi (Highlight Interactively):
Mention hi-lock-auto-select-face.
* lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
* etc/NEWS: Related edits.
2014-02-06 23:18:02 -08:00
Glenn Morris
e4eaacacc6
* doc/emacs/anti.texi (Antinews): Fix typo.
2014-02-06 23:13:21 -08:00
Glenn Morris
2b568bc90b
Move iswitchb.el to obsolete/
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html
* lisp/obsolete/iswitchb.el: Move to obsolete/.
* lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition,
since obsolete/ is not scanned for autoloads.
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
Add iswitchb.el.
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files.
* doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
* etc/NEWS: Related edits.
2014-02-06 19:22:34 -08:00
Glenn Morris
314ffdb1d7
Doc changes for cache-long-scans
...
Ref: http://debbugs.gnu.org/15797#65
* doc/lispref/display.texi (Truncation):
* doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans.
* src/buffer.c (cache-long-scans): Doc fix.
* etc/NEWS: Related edit.
2014-02-05 20:27:26 -08:00
Glenn Morris
b3a271a56c
* doc/misc/mh-e.texi: Replace another `:' in an index entry.
2014-02-05 20:06:26 -08:00
Glenn Morris
79b6e0a971
Some doc for epa-mail-aliases
...
* doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases.
* lisp/epa.el (epa-mail-aliases): Doc fix.
* etc/NEWS: Related edit.
2014-02-05 20:05:43 -08:00
Glenn Morris
36a672f6b0
Replace some colons in Texinfo index entries
...
* doc/lispintro/emacs-lisp-intro.texi (Recursive Patterns):
* doc/misc/mh-e.texi, doc/misc/viper.texi:
Do not use colons in index entries.
Fixes: debbugs:16652
2014-02-05 21:26:57 -05:00
Dmitry Gutov
a333e4d297
Define and use `completion-table-merge'
...
* lisp/minibuffer.el (completion-table-merge): New function.
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Use
`completion-table-merge' instead of `completion-table-in-turn'.
Fixes: debbugs:16604
2014-02-06 03:22:38 +02:00
Paul Eggert
06c2ec4946
Merge from gnulib.
...
This incorporates:
2014-01-23 pthread: work around winpthread header pollution on mingw
* lib/time.in.h: Update from gnulib.
* doc/misc/texinfo.tex: Update from texinfo.
2014-02-05 11:41:03 -08:00
Glenn Morris
6222d672a5
* doc/misc/epa.texi: Add indices.
2014-02-05 00:35:24 -08:00
Glenn Morris
645586dcd8
Some doc for url-cookie-list
...
* lisp/url/url-cookie.el (url-cookie-list): Doc fix.
* doc/misc/url.texi (Cookies): Mention url-cookie-list command.
* etc/NEWS: Related edit.
2014-02-04 23:46:40 -08:00
Glenn Morris
15baaea8e7
Revert earlier desktop-auto-save doc changes
...
I don't understand this feature.
2014-02-02 23:35:44 -08:00
Glenn Morris
ce0ef8febf
* doc/misc/cl.texi (Blocks and Exits): Tweak earlier change.
2014-02-02 23:26:59 -08:00
Glenn Morris
be445cf2ab
Some doc for desktop-auto-save-timeout
...
* doc/emacs/misc.texi (Saving Emacs Sessions):
Mention desktop-auto-save-timeout.
* lisp/desktop.el (desktop-save-mode): Doc fix.
* etc/NEWS: Related edit.
2014-02-02 19:12:29 -08:00
Glenn Morris
f16a3d523a
* doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.
...
* etc/NEWS: Related edit.
2014-02-02 18:58:13 -08:00
Glenn Morris
65bc4bb587
* doc/misc/efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
...
* etc/NEWS: Related edits.
2014-02-01 17:16:18 -08:00
Glenn Morris
7c3247627a
register preview fixes
...
* doc/emacs/regs.texi (Registers): Mention previewing.
* lisp/register.el (register-preview-default): New function,
split from register-preview.
(register-preview-function): Rename from register-preview-functions,
make it not a hook.
(register-preview): Use register-preview-function.
(register-read-with-preview): Error on non-character event.
* etc/NEWS: Related markup.
Fixes: debbugs:16595
2014-02-01 17:04:08 -08:00
Juri Linkov
bd21bf41c0
Misc small fixes.
...
* doc/lispref/searching.texi (String Search): Incremental word search fixes.
* lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key'
from `make-hash-table'.
* lisp/textmodes/ispell.el (ispell-init-process): Change message format
to be consistent with other messages.
2014-01-31 11:41:54 +02:00
Glenn Morris
a69ecd19fe
Delete Selection mode doc updates
...
* lisp/delsel.el (delete-selection-mode): Doc fix.
* doc/misc/efaq.texi (Replacing highlighted text):
Update delete-selection-mode doc.
* etc/NEWS: Related edit.
2014-01-30 23:28:17 -08:00
Xue Fuqiao
ba74a2c0f2
* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
2014-01-30 11:41:34 +08:00
Glenn Morris
5e61c1ef5c
Some doc for cycle-spacing
...
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
2014-01-29 00:27:55 -08:00
Glenn Morris
793ffe8195
Doc for fill-single-char-nobreak-p
...
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
* etc/NEWS: Related edit.
2014-01-27 21:50:16 -05:00
Glenn Morris
afc123c7bf
* doc/emacs/indent.texi: Fix typo in previous
2014-01-27 21:17:51 -05:00
Glenn Morris
e1e9d7cc73
* doc/emacs/indent.texi (Tab Stops): Updates for new tab-stop behavior.
...
* etc/NEWS: Related markup.
2014-01-27 21:16:13 -05:00
Glenn Morris
e3bd7eed8c
Some doc related to tab-stops
...
* doc/lispref/text.texi (Indent Tabs): Update related to tab-stops.
* lisp/indent.el (tab-stop-list): Doc fix. Add :version.
2014-01-27 20:49:02 -05:00
Glenn Morris
52695556f3
Small doc updates for CUA and dired
...
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
2014-01-27 16:26:48 -05:00
Glenn Morris
54f81c2aeb
* doc/emacs/buffers.texi (List Buffers): Tiny edit.
2014-01-26 18:03:26 -08:00
Glenn Morris
ece4bae50f
Doc, comment, etc updates for increased use of locate-user-emacs-file
...
This should have been a prerequisite for making these changes in the
first place.
* doc/emacs/calendar.texi (Time Intervals):
* doc/misc/idlwave.texi (Lesson III---User Catalog, Online Help)
(Starting the Shell, Catalogs, User Catalog):
* doc/misc/remember.texi (Quick Start):
* doc/misc/viper.texi:
* doc/misc/vip.texi (Customization, Customizing Constants)
(Customizing Key Bindings): Update for files being in ~/.emacs.d/.
* lisp/ido.el (ido-save-directory-list-file):
* lisp/saveplace.el (save-place-file):
* lisp/calendar/timeclock.el (timeclock-file):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/textmodes/remember.el (remember-data-file):
Bump :version.
* lisp/shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
* lisp/strokes.el (strokes-file): Doc fix. Bump :version.
(strokes-help): Doc fix.
* lisp/emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
* lisp/emulation/viper.el (viper): Doc fix for custom group.
(top-level): Remove oh-so-no-longer-relevant text about vip.
* lisp/obsolete/otodo-mode.el (todo-prefix): Doc fix.
* etc/NEWS: Related edits.
2014-01-26 18:02:28 -08:00
Glenn Morris
de6a923b0b
Doc updates for opascal.el
...
* lisp/progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
Doc fix. Make obsolete.
(opascal-mode): No longer mention opascal-tab-always-indents in doc.
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/programs.texi (Program Modes):
Update for delphi.el -> opascal.el renaming.
* etc/NEWS: Edits.
2014-01-25 19:39:34 -08:00
Glenn Morris
0113a5e128
* doc/emacs/misc.texi (Sorting): Add findex for reverse-region.
2014-01-25 17:11:10 -08:00
Glenn Morris
169d6004f9
Some doc for delete-duplicate-lines
...
* doc/emacs/killing.texi (Deletion): Mention delete-duplicate-lines.
* lisp/sort.el (delete-duplicate-lines): Doc fix.
* etc/NEWS: Related edit.
2014-01-25 17:10:18 -08:00
Xue Fuqiao
caece7c393
* doc/misc/cc-mode.texi (Minor Modes): Minor fix.
2014-01-25 12:53:33 +08:00
David Engster
c13b1a2dbf
Fix references in EIEIO documentation.
...
* eieio.texi (Introduction): Fix references.
2014-01-24 23:15:29 +01:00
Paul Eggert
1c597a5e2f
Remove stray ".".
2014-01-24 10:36:44 -08:00
Paul Eggert
258fcaf738
Spelling fix.
2014-01-24 10:32:25 -08:00
Glenn Morris
5ace6c29b9
Misc small doc updates
...
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete terminal.el.
* doc/misc/efaq.texi (Termcap/Terminfo entries for Emacs):
Use M-x term rather than M-x terminal-emulator.
* etc/NEWS: Related markup.
2014-01-23 23:36:34 -08:00
Glenn Morris
03f3b3182d
Misc small doc updates
...
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
* lisp/woman.el (woman-default-faces, woman-monochrome-faces):
Fix obsolescence specification.
* etc/NEWS: Related markup.
2014-01-23 23:29:39 -08:00
Glenn Morris
1e548e4056
Doc updates for with-demoted-errors
...
* doc/lispref/control.texi (Handling Errors): Update with-demoted-errors.
* lisp/subr.el (with-demoted-errors): Doc fix.
* etc/NEWS: Related edit.
2014-01-23 20:11:48 -08:00
Glenn Morris
96c983e0d3
* doc/misc/emacs-mime.texi (time-date): Use float-time.
...
* etc/NEWS: Related edit.
2014-01-23 19:57:53 -08:00
Glenn Morris
0db19d3890
* doc/lispref/files.texi (File Locks): Every platform supports locking now.
2014-01-23 19:51:52 -08:00
Glenn Morris
ca5fd02c06
* doc/emacs/files.texi (Interlocking): Copyedit.
...
* etc/NEWS: Related small edits.
2014-01-23 19:34:31 -08:00
Glenn Morris
c51e81ef55
* doc/emacs/building.texi (Lisp Eval): Update prefix argument behavior
...
of eval-expression, eval-last-sexp.
* etc/NEWS: Related edit.
2014-01-23 00:27:44 -08:00
Glenn Morris
4a3c72703e
* emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
2014-01-23 00:21:53 -08:00
David Engster
45d9ec7571
Update EIEIO documentation.
...
* eieio.texi (Introduction): Move introductory paragraph about
EIEIO and CLOS from 'Building Classes' to here.
(Documentation): Remove, since eieio-doc is not part of Emacs.
(Class Values, CLOS compatibility): Mention that
`describe-function' will also give information about classes.
2014-01-22 22:50:47 +01:00
Glenn Morris
7b997b1458
Some doc for image-format-suffixes
...
* doc/lispref/display.texi (ImageMagick Images):
Expand on image-format-suffixes.
* lisp/image.el (image-format-suffixes): Doc fix.
* etc/NEWS: Related markup.
2014-01-22 00:30:00 -08:00
Glenn Morris
38942b9cf5
ChangeLog fixes
2014-01-21 00:49:46 -08:00
Glenn Morris
2fb6d9c6d6
ChangeLog fixes
2014-01-20 17:39:59 -05:00