Glenn Morris
f4f3b439bc
* doc/misc/rcirc.texi (Notices): Fix typo.
2012-11-30 18:50:49 -05:00
Chong Yidong
ea0d348b1c
Bump version to 24.2.90.
...
Regenerate AUTHORS and ldefs-boot.el.
2012-11-24 23:31:31 +08:00
Martin Rudalics
0d4bb04f1a
Correct and reword recent changes to window.texi.
...
* windows.texi (Basic Windows): Fix typo.
(Windows and Frames): Fix example. Move description of
window-in-direction here.
(Recombining Windows): Fix example.
(Buffers and Windows): Fix description of
replace-buffer-in-windows.
(Switching Buffers): Reword.
(Display Action Functions): Minor adjustments.
(Choosing Window Options): Minor fixes.
(Window History): Minor rewording.
(Dedicated Windows): Correct and reword part describing how
dedicatedness affects functions removing buffers or windows.
* buffers.texi (The Buffer List): Fix description of
bury-buffer.
2012-11-23 15:39:07 +01:00
Chong Yidong
90d99fdf02
* modes.texi (%-Constructs): Fix statement about mode construct padding.
...
Fixes: debbugs:12866
2012-11-23 16:32:43 +08:00
Stefan Monnier
365fc14aa4
* doc/lispref/debugging.texi (Profiling): Make it more clear
...
that --enable-profiling is about profiling the C code.
2012-11-21 09:14:42 -05:00
Glenn Morris
b6729a180f
Add a bit more about profiling to the lispref
...
* doc/lispref/debugging.texi (Profiling):
Add some basic information about the profile report buffer.
(Debugging): Mention profiling in the introduction.
2012-11-20 20:52:03 -05:00
Glenn Morris
38a2f91778
* doc/lispref/debugging.texi (Profiling) [!tex]: Mention --enable-profiling.
2012-11-20 20:32:09 -05:00
Michael Albinus
555ccdc215
* trampver.el:
...
* trampver.texi: Downgrade version to 2.2.6-24.3, in order to
distinguish from trunk.
Don't merge with trunk, please.
2012-11-20 10:29:47 +01:00
Glenn Morris
1faaca8ac8
Fix typos in previous
2012-11-20 00:47:57 -08:00
Glenn Morris
5b776637e1
Make a start on a Profiling section in the lispref
...
* doc/lispref/debugging.texi (Profiling): New section, in progress.
* doc/lispref/tips.texi (Compilation Tips): Move profiling to separate section.
* doc/lispref/elisp.texi: Add Profiling to detailed menu.
2012-11-20 00:02:54 -08:00
Martin Rudalics
66c466d4fd
Fix example for Display Action Functions.
...
* windows.texi (Display Action Functions): Fix recently added
example. Suggested by Michael Heerdegen.
2012-11-18 12:34:36 +01:00
Dani Moncayo
d1a355a1bf
Emacs manual fixes regarding automatic scrolling.
...
* display.texi (Auto Scrolling): Fix some inaccuracies, plus
clarifications.
(Horizontal Scrolling): Clarifications.
Fixes: debbugs:12865
2012-11-18 14:27:43 +08:00
Paul Eggert
0c93aa38b3
Minor cleanup for times as lists of four integers.
...
* doc/lispref/os.texi (Time Parsing): Time values can now be four integers.
* lisp/files.el (dir-locals-directory-cache):
* lisp/ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
Doc fixes.
* lisp/net/tramp-sh.el (tramp-do-file-attributes-with-ls):
* lisp/ps-bdf.el (bdf-file-newer-than-time):
Process four-integers time stamps, not two. Doc fixes.
2012-11-17 18:13:19 -08:00
Glenn Morris
7351b73d45
Document eager macro expansion
...
* doc/lispref/loading.texi (How Programs Do Loading): Add eager macro expansion.
* doc/lispref/macros.texi (Expansion): Mention eager macro expansion.
* etc/NEWS: Related edit.
2012-11-17 17:38:42 -08:00
Glenn Morris
7f6705c313
* minibuf.texi (Basic Completion): Mention completion-table-with-quoting
2012-11-17 15:29:29 -08:00
Glenn Morris
e3369c41e6
Add some cindex entries for previous change
2012-11-17 15:24:36 -08:00
Glenn Morris
a045a16773
* minibuf.texi (Basic Completion): Mention misc completion-table funcs.
...
* etc/NEWS: Related edit.
2012-11-17 14:45:24 -08:00
Leo Liu
74ca4d394b
* minibuf.texi (Programmed Completion): Doc fix for metadata request.
...
Fixes: debbugs:12850
2012-11-17 15:45:52 +08:00
Dani Moncayo
0a27d94c9b
* mark.texi (Disabled Transient Mark): Doc fixes.
...
Fixes: debbugs:12746
2012-11-17 14:38:05 +08:00
Glenn Morris
2279276c84
* frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
...
* etc/NEWS: Related markup.
2012-11-16 19:33:34 -08:00
Glenn Morris
7fe37cfcce
* display.texi (Temporary Displays): Document with-temp-buffer-window.
...
* etc/NEWS: Related edit.
2012-11-16 21:29:58 -05:00
Glenn Morris
6439ae1966
Document fit-frame-to-buffer
...
* doc/lispref/frames.texi (Size and Position): Add fit-frame-to-buffer command.
* doc/lispref/windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
(Window Sizes): Add vindex for window-min-height, window-min-width.
* etc/NEWS: Related markup.
2012-11-16 20:33:26 -05:00
Martin Rudalics
0ff7851c6b
Fix some display-buffer related issues.
...
* window.el (enlarge-window, shrink-window): Don't mention return
value in doc-string (Bug#12896).
(window--display-buffer): Don't resize frames - it won't work
with all window managers and defeat pop-up-frame-alist.
(display-buffer-alist): In doc-string explain that CONDITION can
be a function and which arguments are passed to it (Bug#12854).
(display-buffer-assq-regexp): New argument ACTION. Handle lambda
expressions (Bug#12854).
(display-buffer): Pass ACTION argument to
display-buffer-assq-regexp.
* windows.texi (Choosing Window): Rewrite description of
display-buffer-alist (Bug#12167).
(Display Action Functions): Mention inhibit-switch-frame. Fix
description of display-buffer-below-selected. Reorder actions.
Add example (Bug#12848).
2012-11-16 11:29:48 +01:00
Glenn Morris
e8693c969a
cl.texi flet clarification
...
* doc/misc/cl.texi (Function Bindings): Clarify that cl-flet is lexical.
(Obsolete Macros): Move example here from Function Bindings.
* etc/NEWS: Related edit.
2012-11-15 23:43:24 -08:00
Stefan Monnier
96a6857705
* doc/lispref/keymaps.texi (Translation Keymaps): Backport subsection
...
"Interaction with normal keymaps".
Fixes: debbugs:12868
2012-11-15 09:20:45 -05:00
Glenn Morris
bde3c6c0f7
Fixes related to face underlining
...
* lisp/faces.el (face-underline-p): Doc fix. Handle :underline being
things other than `t' (a string, a list).
(face-inverse-video-p): Doc fix.
(set-face-underline): Rename it back from set-face-underline-p.
Doc fix. Allow interactive input of values other than t.
(read-face-attribute): Apply formatting to :underline,
since like :box and :stipple it can take list values.
* doc/lispref/display.texi (Face Attributes): Fix :underline COLOR description.
(Attribute Functions): Update for set-face-underline rename.
Tweak descriptions of face-underline-p, face-inverse-video-p.
* etc/NEWS: Related edit.
2012-11-14 23:30:46 -08:00
Glenn Morris
c79c7f2f4f
* display.texi (Face Attributes): Fix :underline COLOR description.
2012-11-14 22:13:46 -08:00
Glenn Morris
921c067f43
Document set-temporary-overlay-map
...
* doc/lispref/keymaps.texi (Active Keymaps, Searching Keymaps)
(Controlling Active Maps): Document set-temporary-overlay-map.
* etc/NEWS: Related markup.
2012-11-14 00:45:50 -08:00
Glenn Morris
e4e9830bd9
* doc/lispref/keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples
...
so they align better in info.
2012-11-14 00:18:12 -08:00
Glenn Morris
5c934f8b26
* doc/misc/erc.texi: Use @code{nil} rather than just "nil".
2012-11-13 00:16:58 -08:00
Glenn Morris
274f5de608
Document erc-lurker-hide-list
...
* doc/misc/erc.texi (Options): Make a start by adding erc-hide-list,
erc-lurker-hide-list.
* etc/NEWS: Related edit.
2012-11-13 00:14:15 -08:00
Glenn Morris
f925b109e7
* doc/misc/erc.texi (Connecting): Add brief section on passwords.
...
* etc/NEWS: Related edit.
2012-11-13 00:05:42 -08:00
Glenn Morris
6e5e9b70f5
Document new erc module "notifications"
...
* doc/misc/erc.texi (Modules): Undocument obsolete "hecomplete".
Add "notifications".
* lisp/erc/erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc.
* etc/NEWS: Related edit.
2012-11-12 19:40:44 -08:00
Chong Yidong
0f5414fca8
Doc fix for gdb-stopped-functions.
...
* building.texi (Multithreaded Debugging): gdb-stopped-hooks is
actually named gdb-stopped-functions.
2012-11-13 03:54:37 +08:00
Glenn Morris
24c38527d1
Document flymake fringe bitmaps
...
* doc/misc/flymake.texi (Customizable variables)
(Highlighting erroneous lines): Mention flymake-error-bitmap,
flymake-warning-bitmap, and flymake-fringe-indicator-position.
* lisp/progmodes/flymake.el (flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
(flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
* etc/NEWS: Related markup.
2012-11-12 00:42:27 -08:00
Glenn Morris
a13e12f957
Mention a few more gv.el features in the lispref
...
* doc/lispref/variables.texi (Adding Generalized Variables):
At least mention gv-define-expander and gv-letplace.
2012-11-12 00:23:23 -08:00
Glenn Morris
adad6d8f27
* doc/emacs/misc.texi (Single Shell): Mention async-shell-command-buffer.
...
* etc/NEWS: Related markup.
2012-11-12 00:18:38 -08:00
Glenn Morris
57fc0fee5f
Document debugger-bury-or-kill
...
* doc/lispref/debugging.texi (Using Debugger): Mention debugger-bury-or-kill.
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
* etc/NEWS: Related edit.
2012-11-10 17:16:25 -08:00
Glenn Morris
164f28b577
* doc/lispref/debugging.texi (Error Debugging): Mention debug-on-message.
...
* etc/NEWS: Related markup.
2012-11-10 16:58:51 -08:00
Glenn Morris
38868ad716
Document new error symbol and function user-error
...
* doc/lispref/control.texi (Signaling Errors):
* doc/lispref/debugging.texi (Error Debugging):
* doc/lispref/errors.texi (Standard Errors): Add user-error.
* etc/NEWS: Related markup.
2012-11-10 16:37:40 -08:00
Glenn Morris
6efddf7851
Formatting tweak for variables.texi
...
* doc/lispref/variables.texi (Adding Generalized Variables):
Use standard formatting for common lisp note about setf functions.
2012-11-10 16:20:51 -08:00
Glenn Morris
19e0987902
Face names should not end in -face (term-face)
...
* lisp/term.el (term): Rename from `term-face'.
(term-current-face, ansi-term-color-vector)
(term-default-fg-color, term-default-bg-color, term-ansi-reset):
Update all users.
* doc/emacs/misc.texi (Terminal emulator): Rename `term-face' to `term'.
* etc/NEWS: Related edit.
2012-11-09 20:40:48 -05:00
Chong Yidong
5b6372227e
More updates for the URL library manual.
...
* url.texi (Introduction): Move url-configuration-directory to
Customization node.
(Parsed URIs): Split into its own node.
(URI Encoding): New node.
(Defining New URLs): Remove empty chapter.
(Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
Improve docs for url-queue-*.
(Supported URL Types): Copyedits. Delete empty subnodes.
2012-11-09 16:34:17 +08:00
Glenn Morris
ef7238c3e5
Some small updates for the Acknowledgments sections in the manual
...
* doc/emacs/emacs.texi (Acknowledgments): Add profiler author.
* doc/emacs/ack.texi (Acknowledgments): Add some recent contributions.
2012-11-09 00:03:58 -08:00
Chong Yidong
82f84fa3cd
Update the URL library manual.
...
* doc/misc/url.texi (Introduction): Rename from Getting Started.
Rewrite the introduction.
(URI Parsing): Rewrite. Omit the obsolete attributes slot.
2012-11-09 03:03:49 +08:00
Chong Yidong
9d9e48d904
Rewrite and rename diff-delete-trailing-whitespace.
...
* lisp/vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
rename from diff-remove-trailing-whitespace (Bug#12831).
* files.texi (Diff Mode): Doc fixes for
diff-delete-trailing-whitespace.
2012-11-09 01:31:53 +08:00
Chong Yidong
4c1f6a5b9d
* doc/emacs/trouble.texi (Crashing): Copyedits.
2012-11-08 18:35:40 +08:00
Glenn Morris
26f596760d
Document diff-remove-trailing-whitespace
...
* doc/emacs/files.texi (Diff Mode): Trailing whitespace updates.
* lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
* etc/NEWS: Related markup.
2012-11-08 00:14:23 -08:00
Glenn Morris
bdd8064f8e
* cl.texi (Obsolete Setf Customization): Updates for define-setf-method.
...
* etc/NEWS: Related markup.
2012-11-07 17:23:34 -05:00
Chong Yidong
4eeba55816
* misc.texi (Terminal emulator): Document Term mode faces.
2012-11-08 05:04:52 +08:00