Glenn Morris
2812660af0
ChangeLog fix
2013-01-05 11:07:09 -08:00
Andreas Schwab
db671917a8
Fix manual formatting errors
...
* lispref/hooks.texi (Standard Hooks): Fix use of @itemx.
* misc/ada-mode.texi: Remove braces from @title argument.
* misc/eudc.texi: Likewise.
* misc/smtpmail.texi: Likewise.
* misc/auth.texi (VERSION): Set before first use.
* misc/emacs-gnutls.texi (VERSION): Likewise.
* misc/pgg.texi (VERSION): Likewise.
* misc/ede.texi (Top): Rename from top, all uses changed.
* misc/eshell.texi: Add missing argument to @sp.
* misc/forms.texi (Top): Reorder menu to match structure.
* misc/htmlfontify.texi (Customisation): Add missing @item in
@enumerate.
* misc/org.texi (Advanced features): Add missing argument for @item.
(Property searches): Use @backslashchar{} in macro argument.
* misc/pcl-cvs.texi: Add missing argument to @sp.
(Movement commands): Fix use of @itemx.
* misc/vip.texi (Misc Commands, Viewing the Buffer): Likewise.
* misc/reftex.texi (Options (Creating Citations)): Add missing newline
before @end.
* misc/tramp.texi (Obtaining Tramp): Remove extra dots.
(Configuration): Reorder menu to match structure.
* misc/viper.texi (Marking): Add missing argument for @item.
2013-01-05 17:19:53 +01:00
Eli Zaretskii
5d7c18a879
Fix usage of @itemx in ELisp manual.
...
doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
directive in a group of items.
2013-01-05 10:37:05 +02:00
Chong Yidong
27e4813fe1
* keymaps.texi (Key Sequences): Remove obsolete sentence.
...
Fixes: debbugs:13356
2013-04-02 15:16:06 +08:00
Ari Roponen
4217dc299c
* doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)
...
Fixes: debbugs:13345
2013-01-03 10:38:55 -08:00
Glenn Morris
75e78d1e90
Tweak some lispref line breaks
...
* doc/lispref/processes.texi (System Processes):
* doc/lispref/syntax.texi (Syntax Table Functions):
Tweak some line breaks.
2013-01-02 18:23:39 -08:00
Glenn Morris
5f1a964798
* doc/lispref/searching.texi (Replacing Match): Fix xref.
2013-01-02 18:15:57 -08:00
Glenn Morris
1cbb9ed6ae
* doc/lispref/elisp.texi (DATE): Bump to Jan 2013.
2013-01-02 17:53:13 -08:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Glenn Morris
22ff2cb8a4
Refer to "button" rather than "active field" in lispref
...
(cf 2005-12-22 change to doc/emacs/custom.texi)
* doc/lispref/customize.texi (Common Keywords, Type Keywords):
Replace "active field" with "button".
Fixes: debbugs:13310
2012-12-31 12:23:29 -08:00
Glenn Morris
9800c5b059
Add an xref, cindex to the lispref
...
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.
Fixes: debbugs:13311
2012-12-31 12:06:43 -08:00
Eli Zaretskii
151d90884b
Fix bug #13292 with use of @var in @def.. commands in ELisp manual.
...
doc/lispref/functions.texi (Declare Form):
doc/lispref/intro.texi (A Sample Function Description):
doc/lispref/syntax.texi (Syntax Table Internals, Syntax Table Functions):
doc/lispref/variables.texi (Using Lexical Binding): Don't use @var or CAPS
in @def.. commands.
2012-12-29 10:23:21 +02:00
Glenn Morris
1ab0c851fc
Document cygwin-convert-file-name-{to|from}-windows
...
* doc/lispref/files.texi (File Names): Mention Cygwin conversion functions.
* src/cygw32.c (Fcygwin_convert_file_name_to_windows)
(Fcygwin_convert_file_name_from_windows): Doc fixes.
* etc/NEWS: Related markup.
2012-12-26 23:55:14 -08:00
Paul Eggert
f99f164170
Hyphen and dash fixes in texinfo files.
2012-12-22 08:25:40 -08:00
Martin Rudalics
94900bfe14
Reword doc and doc-string of select-window (Bug#13248).
...
* window.c (Fselect_window): Reword doc-string.
* windows.texi (Selecting Windows): Reword description of
select-window.
2012-12-22 11:12:52 +01:00
Chong Yidong
07b9c0be50
* modes.texi (Auto Major Mode): Fix typo.
...
Fixes: debbugs:13230
2012-12-21 15:56:47 +08:00
Chong Yidong
6e55f03e36
* customize.texi (Simple Types): Document key-sequence type.
...
Fixes: debbugs:13048
2012-12-21 10:56:18 +08:00
Chong Yidong
5bec25eb1e
* fns.c (Fcompare_strings): Doc fix.
...
* strings.texi (Text Comparison): Doc fix for compare-strings.
Fixes: debbugs:13081
2012-12-15 21:44:41 +08:00
Glenn Morris
da18719115
Backport spelling fix from trunk
2012-12-11 13:43:57 -05:00
Stefan Monnier
f433306af5
* doc/lispref/control.texi (Pattern maching case statement): New node.
2012-12-09 10:36:46 -05:00
Stefan Monnier
1cbae532a0
* doc/lispref/customize.texi (Variable Definitions): Mention the default :group
...
for defcustoms.
Fixes: debbugs:13093
2012-12-06 13:26:11 -05:00
Paul Eggert
1df7defd80
Fix minor whitespace issues after "." in manual.
...
Be more systematic about using "@." (not ".") at end of sentence that
ends in a capital letter, and about appending "@:" after non-ends of
sentences that end in a lower case letter followed by "." followed by
whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?"
and "!". Be more consistent about putting a comma after "i.e." and
"e.g."; this is the typical American style and it's easier to code in
Texinfo.
Fixes: debbugs:12973
2012-12-05 14:27:56 -08:00
Chong Yidong
a20ae0b91d
Minor fixes for Lisp manual.
...
* lists.texi (Plist Access): Move put example to Symbol Plists.
* symbols.texi (Standard Properties): Fix typo.
2012-12-05 11:52:08 +08:00
Chong Yidong
f02f19bd4e
Lisp manual improvements for plists and symbol plists.
...
* doc/lispref/commands.texi (Using Interactive): Fix index entry.
* doc/lispref/customize.texi (Variable Definitions):
* doc/lispref/display.texi (Defining Faces):
* doc/lispref/sequences.texi (Char-Tables): Fix xref.
* doc/lispref/lists.texi (Property Lists): Move here from symbols.texi.
(Plist Access): Rename from Other Plists.
* doc/lispref/symbols.texi (Symbol Properties): New node.
(Symbol Plists): Make it a subsection under Symbol Properties.
(Standard Properties): New node.
2012-12-02 17:14:16 +08:00
Chong Yidong
547d686504
Document the conversion of kbd into a function.
...
* doc/emacs/custom.texi (Init Rebinding): kbd is now a function.
* doc/lispref/keymaps.texi (Key Sequences): kbd is now a function.
Fixes: debbugs:13052
2012-12-02 15:13:44 +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
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
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
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
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
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
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