Glenn Morris
c89f0e99ea
* doc/misc/info.texi (Help-Xref): Add submenu.
...
This placates makeinfo 5.2, which otherwise actually emits a warning;
surely a flagrant breach of the makeinfo philosophy...?
2014-02-27 22:33:23 -08:00
Glenn Morris
4486e5eb9e
Remove no-longer-relevant text about writing Info nodes by hand
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00359.html
* doc/misc/info.texi (Further Reading): Rename node from Expert Info.
Remove stuff about writing Info nodes by hand.
(Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
2014-02-27 22:25:47 -08:00
Glenn Morris
4a6311cd71
* doc/misc/info.texi: Nuke hand-written node pointers.
2014-02-27 22:14:07 -08:00
Glenn Morris
4953b112b8
* doc/emacs/custom.texi: Typo fix.
2014-02-27 21:30:28 -08:00
Xue Fuqiao
ecc384ac0a
Doc fix for `face-spec-set'.
...
* doc/lispref/display.texi (Defining Faces): Doc fix for
`face-spec-set'.
* etc/NEWS: Copyedit.
2014-02-28 12:15:21 +08:00
Xue Fuqiao
4f07dcdce6
Document prettify-symbols-mode' and global-prettify-symbols-mode'.
...
* doc/emacs/emacs.texi (Top):
* doc/emacs/programs.texi (Programs, Prettifying Symbols):
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* etc/NEWS: Markup changes.
2014-02-28 11:04:12 +08:00
Karl Berry
6deb314e66
Add H binding to info, for compatibility with standalone info
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html
* lisp/info.el (Info-mode-map): Add H for describe-mode,
to synchronize with standalone Info.
* doc/misc/info.texi (Top): Mention H for a summary of all commands.
2014-02-27 21:13:56 -05:00
Xue Fuqiao
0fcfa97418
Document `define-alternatives'.
...
* doc/lispref/elisp.texi (Top):
* doc/lispref/commands.texi (Generic Commands):
(Defining Commands): Document `define-alternatives'.
* etc/NEWS: Related edit. Unrelated copyedit.
2014-02-28 09:49:25 +08:00
Xue Fuqiao
3e557f5988
Some desktop doc.
...
* doc/emacs/misc.texi (Saving Emacs Sessions): Document some new desktop user options.
2014-02-28 09:05:49 +08:00
Xue Fuqiao
eed1c39901
Document some changes about windows.
...
* doc/lispref/windows.texi (Window Sizes): Document `window-size'.
(Display Action Functions): Document `display-buffer-at-bottom'.
(Window Configurations): Minor fixes.
* doc/lispref/modes.texi (Header Lines): Document `window-header-line-height'.
* doc/lispref/display.texi (Scroll Bars): Document `window-scroll-bar-width'.
* etc/NEWS: Related markup.
2014-02-27 22:10:55 +08:00
Xue Fuqiao
de37b1f449
Document some (perhaps incomplete) pixelwise window operations.
...
* doc/lispref/windows.texi (Window Sizes, Resizing Windows):
Document some pixelwise window operations.
2014-02-27 20:58:23 +08:00
Xue Fuqiao
6be7660863
Some doc about electric-indent-mode.
...
* doc/lispref/text.texi (Margins): Fix the description of RET and `C-j'.
* doc/emacs/programs.texi (Basic Indent):
(Other C Commands): Fix the description of RET and `C-j'.
* doc/emacs/indent.texi (Indentation Commands): Move the description of
`C-j' from here...
* doc/emacs/basic.texi (Inserting Text): ... to here.
2014-02-27 20:00:30 +08:00
Xue Fuqiao
8603bdb3b7
* doc/lispref/frames.texi (Multiple Terminals): Document
...
`display-monitor-attributes-list' and `display-monitor-attributes'.
(Display Feature Testing): Add some notes about multi-monitor.
* etc/NEWS: Related edit.
2014-02-27 18:15:52 +08:00
Glenn Morris
ea7826ba52
Small doc related to new completion functions
...
* doc/lispref/minibuf.texi (Programmed Completion):
Mention completion-table-with-cache.
* lisp/minibuffer.el (completion-table-dynamic)
(completion-table-with-cache): Doc fixes.
* etc/NEWS: Related markup. Unrelated copyedit.
2014-02-27 00:01:22 -08:00
Glenn Morris
98bd6b321c
Doc updates related to tty-setup-hook
...
* doc/emacs/custom.texi (Terminal Init):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/display.texi (Window Systems):
* doc/lispref/hooks.texi (Standard Hooks):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific):
Replace term-setup-hook with tty-setup-hook, and update.
* doc/misc/edt.texi (Quick start, Starting emulation):
* doc/misc/efaq.texi (Fullscreen mode on MS-Windows)
(Terminal setup code works after Emacs has begun): Update hook details.
* doc/misc/vip.texi (Loading VIP): Fix hook example.
* lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes.
* lisp/startup.el (term-setup-hook): Doc fix. Make obsolete.
* lisp/emulation/edt.el: Comment update.
* lisp/term/sun.el (sun-raw-prefix-hooks):
Use tty-setup-hook instead of term-setup-hook.
(terminal-init-sun): Construct message from bytecomp plist.
* lisp/term/wyse50.el (enable-arrow-keys): Doc fix.
* etc/refcards/vipcard.tex: Hook fix.
* etc/NEWS: Related edit.
2014-02-25 00:41:47 -08:00
Glenn Morris
a038bd8769
In doc/, use add-hook rather than setq for hooks
...
* doc/lispintro/emacs-lisp-intro.texi (X11 Colors):
* doc/misc/efaq-w32.texi (Bash): Don't use setq with hooks.
2014-02-24 22:11:11 -05:00
Paul Eggert
f1037d0b8b
Merge from gnulib.
...
2014-02-21 timer: fix uClibc detection of threading
2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
* texinfo.tex: Update from gnulib.
2014-02-23 23:12:42 -08:00
Glenn Morris
974a106116
Fix typo in previous
2014-02-23 11:25:59 -08:00
Glenn Morris
c1228e5cf9
* doc/emacs/rmail.texi (Rmail Inbox): Mention rmail-mbox-format.
...
* etc/NEWS: Related markup.
2014-02-23 11:23:12 -08:00
Xue Fuqiao
1cf4cf5647
Some remember doc
...
* doc/misc/remember.texi (Quick Start): Add an index.
(Function Reference, Quick Start): Add cross-references.
2014-02-23 07:14:49 +08:00
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