summaryrefslogtreecommitdiff
path: root/doc/lispref
Commit message (Collapse)AuthorAgeFilesLines
* * doc/lispref/objects.texi (Symbol Type): Fix typo.Glenn Morris2013-03-022-2/+6
|
* * variables.texi (File Local Variables): Fix reference.Bastien Guerry2013-02-272-1/+5
| | | | | Thanks to Aurélien Aptel and for reporting this problem and to Xue Fuqiao for suggesting a fix.
* Minor improvements in the ELisp manual.Eli Zaretskii2013-02-232-1/+6
| | | | doc/lispref/files.texi (Magic File Names): Improve wording and indexing.
* * doc/lispref/text.texi (Change Hooks): Fix typo.Glenn Morris2013-02-182-1/+5
|
* * lispref/modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.Glenn Morris2013-02-132-3/+6
|
* * doc/lispref/objects.texi (Char-Table Type): Add footnote about #^^.Glenn Morris2013-02-122-1/+4
|
* * doc/lispref/modes.texi (Minor Mode Conventions): Fix typo.Glenn Morris2013-02-122-1/+5
|
* In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-3/+3
|
* keymaps.texi small fix for bug#13684Glenn Morris2013-02-112-3/+5
| | | | | * doc/lispref/keymaps.texi (Scanning Keymaps): Remove obsolete sentence about meta characters; this changed in 22.1.
* * doc/lispref/objects.texi (Char-Table Type): Add cindex.Glenn Morris2013-02-102-0/+3
|
* * doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.Glenn Morris2013-02-102-1/+5
|
* * doc/lispref/keymaps.texi (Creating Keymaps): Update make-keymap result.Glenn Morris2013-02-082-1/+7
|
* keymaps.texi tweakGlenn Morris2013-02-082-4/+8
| | | | | | | * doc/lispref/keymaps.texi (Active Keymaps, Searching Keymaps): Remove confusing mention of "symbolic prefix". Fixes: debbugs:13643
* Doc fixes related to "(declare (indent symbol))" (bug#13450)Glenn Morris2013-01-152-2/+7
| | | | | | | * doc/lispref/macros.texi (Indenting Macros): Fix order of an indent symbol's arguments. * lisp/emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
* commands.texi small fix for bug#13393Glenn Morris2013-01-092-4/+9
| | | | | * doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S".
* * windows.texi (Vertical Scrolling): Fix typos.Chong Yidong2013-01-062-4/+9
| | | | Fixes: debbugs:13267
* Fix ChangeLog date oddnessGlenn Morris2013-01-051-1/+1
|
* * doc/lsipref/display.texi (Overlay Properties): Mention field.Glenn Morris2013-01-052-0/+12
| | | | Fixes: debbugs:13364
* ChangeLog fixGlenn Morris2013-01-051-4/+0
|
* Fix manual formatting errorsAndreas Schwab2013-01-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fix usage of @itemx in ELisp manual.Eli Zaretskii2013-01-052-1/+6
| | | | | doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first directive in a group of items.
* * keymaps.texi (Key Sequences): Remove obsolete sentence.Chong Yidong2013-04-022-3/+5
| | | | Fixes: debbugs:13356
* * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-032-1/+5
| | | | Fixes: debbugs:13345
* Tweak some lispref line breaksGlenn Morris2013-01-023-10/+13
| | | | | | * doc/lispref/processes.texi (System Processes): * doc/lispref/syntax.texi (Syntax Table Functions): Tweak some line breaks.
* * doc/lispref/searching.texi (Replacing Match): Fix xref.Glenn Morris2013-01-022-1/+3
|
* * doc/lispref/elisp.texi (DATE): Bump to Jan 2013.Glenn Morris2013-01-022-1/+5
|
* Update copyright notices for 2013.Paul Eggert2013-01-0156-73/+91
|
* Refer to "button" rather than "active field" in lisprefGlenn Morris2012-12-312-3/+5
| | | | | | | | | (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
* Add an xref, cindex to the lisprefGlenn Morris2012-12-313-1/+7
| | | | | | | * customize.texi (Common Keywords): Add xref. * tips.texi (Library Headers): Add cindex. Fixes: debbugs:13311
* Fix bug #13292 with use of @var in @def.. commands in ELisp manual.Eli Zaretskii2012-12-295-5/+13
| | | | | | | | 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.
* Document cygwin-convert-file-name-{to|from}-windowsGlenn Morris2012-12-262-1/+13
| | | | | | | | | * 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.
* Hyphen and dash fixes in texinfo files.Paul Eggert2012-12-227-25/+25
|
* Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-222-4/+11
| | | | | | * window.c (Fselect_window): Reword doc-string. * windows.texi (Selecting Windows): Reword description of select-window.
* * modes.texi (Auto Major Mode): Fix typo.Chong Yidong2012-12-212-1/+3
| | | | Fixes: debbugs:13230
* * customize.texi (Simple Types): Document key-sequence type.Chong Yidong2012-12-212-0/+10
| | | | Fixes: debbugs:13048
* * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-152-15/+23
| | | | | | * strings.texi (Text Comparison): Doc fix for compare-strings. Fixes: debbugs:13081
* Backport spelling fix from trunkGlenn Morris2012-12-112-4/+4
|
* * doc/lispref/control.texi (Pattern maching case statement): New node.Stefan Monnier2012-12-092-0/+108
|
* * doc/lispref/customize.texi (Variable Definitions): Mention the default :groupStefan Monnier2012-12-062-33/+38
| | | | | | for defcustoms. Fixes: debbugs:13093
* Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-0536-171/+165
| | | | | | | | | | | | 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
* Minor fixes for Lisp manual.Chong Yidong2012-12-053-15/+22
| | | | | | * lists.texi (Plist Access): Move put example to Symbol Plists. * symbols.texi (Standard Properties): Fix typo.
* Lisp manual improvements for plists and symbol plists.Chong Yidong2012-12-029-175/+314
| | | | | | | | | | | | | | | * 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.
* Document the conversion of kbd into a function.Chong Yidong2012-12-022-5/+9
| | | | | | | | * 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
* Correct and reword recent changes to window.texi.Martin Rudalics2012-11-233-139/+165
| | | | | | | | | | | | | | | | | * 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.
* * modes.texi (%-Constructs): Fix statement about mode construct padding.Chong Yidong2012-11-232-5/+15
| | | | Fixes: debbugs:12866
* * doc/lispref/debugging.texi (Profiling): Make it more clearStefan Monnier2012-11-212-1/+6
| | | | that --enable-profiling is about profiling the C code.
* Add a bit more about profiling to the lisprefGlenn Morris2012-11-202-4/+19
| | | | | | * doc/lispref/debugging.texi (Profiling): Add some basic information about the profile report buffer. (Debugging): Mention profiling in the introduction.
* * doc/lispref/debugging.texi (Profiling) [!tex]: Mention --enable-profiling.Glenn Morris2012-11-202-0/+15
|
* Fix typos in previousGlenn Morris2012-11-201-2/+2
|
* Make a start on a Profiling section in the lisprefGlenn Morris2012-11-204-12/+49
| | | | | | * 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.