Glenn Morris
f33095ed6b
Bit more doc for process filter and sentinel changes
...
* src/process.c (Finternal_default_process_filter)
(Finternal_default_process_sentinel): Doc tweaks.
* doc/lispref/processes.texi: Typo fixes.
* etc/NEWS: Related markup.
2014-02-22 13:08:22 -08:00
Juanma Barranquero
d994ff7c0d
doc/lispref/functions.texi (Declare Form): Fix typo in previous change.
2014-02-22 04:46:18 +01:00
Stefan Monnier
add6de1c94
* doc/lispref/functions.texi (Declare Form): Document gv-expander,
...
gv-setter, and compiler-macro.
Fixes: debbugs:16829
2014-02-21 22:39:10 -05:00
Glenn Morris
5fcd01e507
Tweak earlier doc/lispref/processes.texi change
2014-02-21 15:10:56 -05:00
Juanma Barranquero
37febf5317
doc/lispref/windows.texi (Window Configurations): Doc fix.
...
(Windows and Frames): Fix typo.
2014-02-21 14:33:57 +01:00
Glenn Morris
458e643be8
Some doc updates for default process sentinels and filters not being nil
...
* doc/lispref/internals.texi (Process Internals):
* doc/lispref/processes.texi (Deleting Processes, Output from Processes)
(Process Buffers, Filter Functions, Accepting Output, Sentinels)
(Network, Network Servers, Network Processes, Serial Ports):
Filters and sentinels can no longer be nil.
* doc/lispref/elisp.texi (Top): Menu update.
* doc/misc/flymake.texi (Starting the syntax check process): Grammar fix.
* doc/misc/tramp.texi (External packages): Grammar fix.
Reword for default sentinel not being nil any more.
* src/process.c (Fprocess_buffer, Faccept_process_output)
(Finternal_default_process_filter, Finternal_default_process_sentinel):
Doc fixes.
2014-02-21 00:04:15 -08:00
Glenn Morris
3242f74a7f
Rework previous doc/emacs change
...
* doc/emacs/search.texi (Special Isearch): Mention invisible text.
* doc/emacs/text.texi (Outline Visibility): Mention `M-s i' in isearch.
2014-02-20 00:25:12 -08:00
Glenn Morris
4d49cc6547
Some doc for search-invisible
...
* doc/emacs/search.texi (Special Isearch): Mention invisible text.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related edit.
2014-02-20 00:14:20 -08:00
Glenn Morris
189e70077d
Some doc for defalias-fset-function
...
* doc/lispref/functions.texi (Defining Functions):
Mention defalias-fset-function.
* src/data.c (Fdefalias): Doc fix.
* etc/NEWS: Related edit.
2014-02-19 23:38:47 -08:00
Michael Albinus
c0733b63c5
* trampver.texi: Update release number.
2014-02-19 20:31:02 +01:00
Glenn Morris
95160c901a
Some remember doc
...
* doc/misc/remember.texi: Copyedits.
(Quick Start): No need for manual autoloads. Mention remember-notes.
(Function Reference): Update arguments. Add new commands.
* lisp/textmodes/remember.el: Set maintainer to emacs-devel
according to remember.texi.
Move provide statement to end.
(remember-mode-map, remember-notes-mode-map, remember-notes-mode)
(remember-notes): Doc fixes.
2014-02-19 00:34:45 -08:00
Glenn Morris
6cdb34f31f
* doc/emacs/trouble.texi (Contributing) [WWW_GNU_ORG]: Link to gnu.org version
...
of etc/CONTRIBUTE in html output.
2014-02-18 13:15:29 -05:00
Glenn Morris
a73fae1ffa
Some remember doc
...
* doc/misc/remember.texi (copying): Bump remember mode version.
(Installation): Remove unnecessary chapter.
(Quick Start): No need to explicitly load remember.el.
(Separate Text Files): New section.
* lisp/textmodes/remember.el (remember-data-directory)
(remember-directory-file-name-format, remember-store-in-files)
(remember-notes-initial-major-mode, remember-notes-bury-on-kill)
(remember-notes-save-and-bury-buffer)
(remember-notes--kill-buffer-query): Doc fixes.
* etc/NEWS: Related edit.
2014-02-18 00:09:51 -08:00
Glenn Morris
c863b6ade6
Some desktop doc
...
* doc/emacs/misc.texi (Saving Emacs Sessions):
Mention desktop-auto-save-timeout.
* lisp/desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
* etc/NEWS: Related edit.
2014-02-17 17:33:30 -08:00
Glenn Morris
fb7a3ee2db
Some doc updates for eieio-describe-class/generic
...
* doc/misc/eieio.texi (Class Values, CLOS compatibility):
Remove references to deleted eieio-describe-class/generic.
* lisp/cedet/ede/cpp-root.el: Comment update.
2014-02-17 10:40:09 -08:00
Stefan Monnier
6faf982a0e
* doc/emacs/killing.texi (CUA Bindings): Document the new relationship between
...
cua-mode and delete-selection mode.
(CUA Bindings): Mention that rectangle mode can be used on its own.
* doc/emacs/programs.texi (Matching): Fix typo.
* doc/lispref/minibuf.texi (Completion Commands): Don't document obsolete
`common-substring' arg of display-completion-list.
2014-02-17 13:04:17 -05:00
Glenn Morris
2836affa62
Some doc for read-regexp
...
* doc/lispref/minibuf.texi (Text from Minibuffer):
Update read-regexp details.
Mention read-regexp-defaults-function.
* etc/NEWS: Related markup.
2014-02-16 18:12:50 -08:00
Michael Albinus
dd7691b7f3
Sync with Tramp 2.2.9.
...
* doc/misc/trampver.texi: Update release number.
* lisp/net/trampver.el: Update release number.
* test/automated/tramp-tests.el (password-cache-expiry): Set to nil.
(tramp-test28-shell-command): Make a while loop when waiting for
process exit.
2014-02-16 18:23:00 +01:00
Michael Albinus
d34a353cfd
* efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
2014-02-16 15:52:43 +01: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
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
c295fc18e3
Fix typos in Changelogs.
2014-02-13 03:19:48 +01:00
Paul Eggert
45432fd9d1
* texinfo.tex: Update from gnulib.
2014-02-12 14:09:31 -08: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
Glenn Morris
fa79297982
* doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers
2014-02-11 20:43:35 -05: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
Lars Ingebrigtsen
b8b4e743b7
* text.texi (Editing Format Info): Use @samp for menus.
...
Fixes: debbugs:13736
2014-02-10 22:34:29 -08:00
Lars Ingebrigtsen
63d93efda6
* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
...
Fixes: debbugs:15309
2014-02-09 18:37:43 -08:00
Lars Ingebrigtsen
438241f518
* text.texi (Changing Properties): Clarify `propertize'.
...
Fixes: debbugs:9825
2014-02-08 22:14:08 -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
28d51810be
(Quitting): Refer to the right node for `set-input-mode' (bug#11458).
2014-02-08 20:19:52 -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
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
6fbf6c29f4
* regs.texi (File Registers): Clarify metasyntactical variables.
...
Fixes: debbugs:13565
2014-02-08 05:04:39 -08:00
Lars Ingebrigtsen
74750d5511
* search.texi (Search Case) doc tweak
...
* search.texi (Search Case): Rearrange text slightly to make it
obvious that `M-c' also toggles sensitivity if `case-fold-search'
is nil.
Fixes: debbugs:14726
2014-02-07 22:51:42 -08:00
Lars Ingebrigtsen
241781b6fa
* display.texi (Face Attributes): Add an index.
...
Fixes: debbugs:14924
2014-02-07 21:32:54 -08:00
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