Chong Yidong
fa9a085539
* doc/misc/ediff.texi (Quick Help Commands): Add a couple of index entries.
...
Fixes: debbugs:10834
2012-02-26 17:29:50 +08:00
Chong Yidong
9a4888c093
Code and doc fixes for file-subdir-of-p and files-equal-p.
...
* lisp/files.el (files-equal-p): Doc fix.
(file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
and quit the loop once a mismatch is found.
* doc/lispref/files.texi (Kinds of Files): Improve documentation of
files-equal-p and file-subdir-of-p.
2012-02-26 17:08:19 +08:00
Glenn Morris
f0e751b92f
* doc/lispref/intro.texi (Acknowledgements): Small changes.
2012-02-25 18:25:07 -08:00
Glenn Morris
7e05b1ec63
Checked errors.texi
...
* doc/lispref/errors.texi: Don't try to list _all_ the error symbols.
Add circular-list, cl-assertion-failed, compression-error.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
* doc/lispref/control.texi (Error Symbols): Tweak "Standard Errors" description.
* admin/FOR-RELEASE: Related markup.
2012-02-25 12:59:46 -08:00
thierry volpiatto
2345325552
* doc/lispref/files.texi: (files-equal-p, file-subdir-of-p): Add documentation.
2012-02-25 16:31:07 +01:00
Jan Djärv
525795c1bd
Make drop on NS/OSX behave the same as other platforms (Bug 5855 and 10050).
...
* doc/emacs/macos.texi (Mac / GNUstep Customization): Remove text about
ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
* lisp/term/ns-win.el (global-map): Bind ns-drag-file to
ns-find-file (Bug#5855, Bug#10050).
2012-02-25 11:04:30 +01:00
Chong Yidong
d268b4fe42
Update Backups chapter of Lisp manual.
...
* doc/lispref/backups.texi (Making Backups): Mention default value of backup-directory-alist.
(Rename or Copy): Note that backup-by-copying-when-mismatch is t.
(Auto-Saving): New minor mode behavior for auto-save-mode.
(Reverting): Add defvar for revert-buffer-in-progress-p.
2012-02-25 17:32:33 +08:00
Chong Yidong
fa74b241a3
Document SELinux support functions in Lisp manual.
...
* doc/lispref/backups.texi (Making Backups): Return value of backup-buffer is
changed.
* doc/lispref/files.texi (File Attributes): Document file-selinux-context.
(Changing Files): Link to it.
(Changing Files): Document set-file-selinux-context.
* fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
Doc fix.
2012-02-25 17:07:23 +08:00
Chong Yidong
4963495d7e
* doc/lispref/searching.texi (Regexp Backslash): Add index entry.
...
Fixes: debbugs:10869
2012-02-25 12:03:43 +08:00
Dani Moncayo
562af8bb4f
Add a clarification to Buffers chapter of Emacs manual.
...
* doc/emacs/buffers.texi (Select Buffer): Mention that saving in a new file
name can switch to a different major mode.
2012-02-25 11:49:22 +08:00
Glenn Morris
4bb82fa8b7
Small changes for lispref/errors.texi
...
* doc/lispref/errors.texi (Standard Errors): Mention dbus-error.
For arith-error sub-classes, just use one cross-ref.
2012-02-24 00:28:42 -08:00
Alan Mackenzie
2cb228f753
Add new parameter :after-hook to define-minor-mode. Use this in the
...
definition of font-lock-mode.
2012-02-23 18:51:22 +00:00
Glenn Morris
49fe4321fb
Checked mini.texi
...
* doc/emacs/mini.texi (Minibuffer File, Completion Options, Repetition):
Copyedits.
(Completion Example): Other M-x au* commands may be defined.
(Completion Styles): Mention emacs21 and completion-category-overrides.
* lisp/minibuffer.el (completion-category-overrides): Doc fix.
* admin/FOR-RELEASE: Related markup.
2012-02-23 00:32:18 -08:00
Glenn Morris
8f4042d244
Read msdog.texi
...
* doc/emacs/msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
(Windows Keyboard, Windows Mouse, Windows Processes)
(Windows Printing, Windows Misc): Copyedits.
(ls in Lisp): Update switches list.
* admin/FOR-RELEASE: Related markup.
2012-02-22 21:36:08 -08:00
Glenn Morris
371fb83399
Checked msdog-xtra.texi
...
* doc/emacs/msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
Update dos-mode* function names.
(MS-DOS Printing, MS-DOS and MULE): Copyedits.
(MS-DOS Processes): Add xref to main ls-lisp section.
* admin/FOR-RELEASE: Related markup.
2012-02-22 20:32:18 -08:00
Glenn Morris
6ea1787eda
* doc/emacs/ack.texi (Acknowledgments): Mention smie.
2012-02-22 20:34:59 -05:00
Glenn Morris
40ace058dc
Checked macos.texi (somewhat)
...
* doc/emacs/macos.texi: Copyedits. Fix @key/@kbd usage.
(Mac / GNUstep Basics): Don't mention the panels, since the next
section covers them.
(Mac / GNUstep Customization): Merge some panel info from previous.
* admin/FOR-RELEASE: Related markup.
2012-02-22 00:16:48 -08:00
Glenn Morris
68af8d4fc3
Checked emerge-xtra.texi
...
* doc/emacs/emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
Small fixes.
* admin/FOR-RELEASE: Related markup.
2012-02-21 16:43:51 -05:00
Glenn Morris
2e03845d1b
* doc/emacs/emacs-xtra.texi: Picture mode is no longer a chapter.
...
* admin/FOR-RELEASE: Related markup.
2012-02-21 14:56:14 -05:00
Chong Yidong
a59225b146
Update Files chapter in Lisp manual.
...
* doc/lispref/files.texi (Files): Mention magic file names as arguments.
(Reading from Files): Copyedits.
(File Attributes): Mention how to change file modes.
(Changing Files): Use standard "file permissions" terminology.
Add xref to File Attributes node.
(Locating Files): Document locate-user-emacs-file.
(Unique File Names): Recommend against using make-temp-name.
* src/buffer.c (Fget_file_buffer): Protect against invalid file
handler return value.
* src/fileio.c (Vfile_name_handler_alist): Doc fix.
2012-02-21 21:24:48 +08:00
Glenn Morris
f9a998c365
Checked picture-xtra.texi
...
* doc/emacs/picture-xtra.texi (Basic Picture): C-a does get remapped.
* lisp/textmodes/picture.el (picture-motion, picture-motion-reverse)
(picture-self-insert, picture-tab-chars): Doc fix.
(picture-mode-map): Fix C-a, C-e.
* admin/FOR-RELEASE: Related markup.
2012-02-21 00:28:18 -08:00
Glenn Morris
41f1e86867
Checked ack.texi
...
* doc/emacs/ack.texi (Acknowledgments): Small changes, including resorting,
and removal of things no longer distributed.
* admin/FOR-RELEASE: Related markup.
2012-02-20 16:26:56 -08:00
Glenn Morris
2d2f658128
Checked emacs.texi
...
* doc/emacs/emacs.texi (Top, Preface): Small rephrasings.
(menu, detailmenu): Update entries, and reformat some descriptions.
* doc/emacs/building.texi, doc/emacs/display.texi:
* doc/emacs/emacs-xtra.texi, doc/emacs/files.texi:
* doc/emacs/frames.texi, doc/emacs/kmacro.texi, doc/emacs/msdog.texi:
* doc/emacs/programs.texi, doc/emacs/text.texi:
Reformat some menu descriptions.
* admin/FOR-RELEASE: Related markup.
2012-02-20 15:50:52 -08:00
Glenn Morris
132b9726f6
Mainly resorting contributor list
2012-02-20 13:19:32 -08:00
Glenn Morris
80c3c4b966
Re-fill contributor list
2012-02-20 12:25:07 -08:00
Glenn Morris
048df7b38a
* ack.texi (Acknowledgments): Org and Prolog updates.
2012-02-20 12:22:35 -08:00
Glenn Morris
8730412af3
* emacs.texi (Acknowledgments): Add several names from Author: headers.
2012-02-20 12:21:53 -08:00
Glenn Morris
ae15b89b59
* doc/emacs/emacs.texi (Distrib): Small updates.
2012-02-19 17:34:19 -08:00
Glenn Morris
196f8c0ee3
* doc/emacs/ack.texi (Acknowledgments): More updates.
2012-02-19 17:19:06 -08:00
Glenn Morris
6ad823e7bd
Re-fill acknowledged authors
2012-02-19 17:18:07 -08:00
Glenn Morris
ea09410d8d
* doc/emacs/emacs.texi (Acknowledgments): Add several names from ack.texi.
2012-02-19 17:17:22 -08:00
Chong Yidong
5d55b248c3
Fix typo.
2012-02-19 14:20:23 +08:00
Chong Yidong
8376d7c25a
Updates to Documentation chapter of Lisp manual.
...
* doc/lispref/help.texi (Documentation, Documentation Basics, Help Functions):
Minor clarifications.
(Accessing Documentation): Clarify what documentation-property is
for. Add xref to Keys in Documentation.
* doc/lispref/macros.texi (Defining Macros):
* doc/lispref/modes.texi (Derived Modes): Say "documentation string" instead
of docstring.
* doc/lispref/tips.texi (Documentation Tips): Don't recommend using * in
docstrings.
2012-02-19 13:54:33 +08:00
Glenn Morris
37c3b9ee24
* doc/emacs/ack.texi (Acknowledgments): Add xref to Org manual.
2012-02-18 14:19:42 -08:00
Glenn Morris
bbbf68acbc
* doc/emacs/ack.texi: No escape...
2012-02-18 14:05:16 -08:00
Glenn Morris
b474519ebe
Checked rmail.texi
...
* doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place
of '*mail*', since Message does not call it that.
(Rmail Reply): Rename rmail-dont-reply-to-names.
\\`info- no longer handled specially.
Update for rmail-enable-mime-composing.
Don't mention 'm' for replies.
Don't mention rmail-mail-new-frame and cancelling, since it does
not work for Message at the moment.
* lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
* lisp/mail/undigest.el (unforward-rmail-message): Doc fix.
* admin/FOR-RELEASE: Related markup.
2012-02-18 13:57:00 -08:00
Chong Yidong
82233bead8
Give Tabulated List mode its own Lisp manual node.
...
* modes.texi (Tabulated List Mode): New node.
(Basic Major Modes): Add xref to it.
* processes.texi (Process Information): Mention Process Menu mode.
2012-02-18 21:38:33 +08:00
Glenn Morris
a5987767c5
* doc/emacs/cal-xtra.texi: Copyedits.
...
* admin/FOR-RELEASE: Related markup.
2012-02-17 22:02:12 -05:00
Glenn Morris
37863f2069
* doc/emacs/emacs-xtra.texi: Set encoding to ISO-8859-1.
2012-02-17 22:00:44 -05:00
Chong Yidong
7b926f3f3d
Clarify doc of scan-lists.
...
* doc/lispref/syntax.texi (Motion via Parsing): Doc fix for scan-lists.
* src/syntax.c (Fscan_lists): Doc fix.
Fixes: debbugs:10833
2012-02-17 22:01:05 +08:00
Glenn Morris
0fd2c9a35b
Fix cross-references between different manuals
...
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
* lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
(count-words-in-defun): Fix cross-refs to Emacs manual.
* lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
* misc/gnus.texi (Posting Styles):
* misc/remember.texi (Org): Fix cross-refs to other manuals.
2012-02-16 23:44:31 -08:00
Glenn Morris
1d6ecbfa46
* doc/emacs/ack.texi (Acknowledgments): Mention Gnulib.
2012-02-16 20:43:39 -08:00
Glenn Morris
102f1b54d8
* ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
2012-02-16 20:37:58 -08:00
Glenn Morris
112d1241d8
Check calendar.texi
...
* doc/emacs/calendar.texi: Misc small changes, including updating the
dates of examples.
* admin/FOR-RELEASE: Related markup.
2012-02-16 20:28:53 -08:00
Chong Yidong
4230351b56
Update Syntax chapter of Lisp manual.
...
* doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors)
(Syntax Table Functions): Copyedits.
(Syntax Basics): Don't repeat the material in the preceding node.
(Syntax Class Table): Use a table.
(Syntax Properties): Document syntax-propertize-function and
syntax-propertize-extend-region-functions.
(Motion via Parsing): Fix indentation.
(Parser State): Update for the new "c" comment style. Fix
description of item 7 (comment style).
* doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
2012-02-16 22:43:41 +08:00
Glenn Morris
d1354af0f3
* doc/emacs/calendar.texi: Misc small changes.
2012-02-16 00:23:54 -08:00
Glenn Morris
5f9756eca7
Fix some emacs-xtra.pdf cross-references to other manuals
...
* doc/emacs/vc1-xtra.texi (VC Delete/Rename, CVS Options):
* doc/emacs/cal-xtra.texi (Diary Display):
Fix TeX cross-refs to other manuals.
2012-02-15 23:22:57 -08:00
Glenn Morris
3b19a30db8
* doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.
...
* admin/FOR-RELEASE: Related markup.
2012-02-15 23:15:27 -08:00
Glenn Morris
755dda14fb
More adjustments to fortran line breaks, for pdf version
2012-02-15 23:13:28 -08:00
Glenn Morris
3a05ff1df5
* doc/emacs/fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
2012-02-15 22:52:04 -08:00