Glenn Morris
2064cc6ade
Checked lispref/hooks.texi
...
* doc/lispref/hooks.texi (Standard Hooks): General update.
Put related hooks together.
* doc/lispref/commands.texi (Keyboard Macros):
Remove cross-ref to Standard Hooks.
* doc/lispref/modes.texi (Hooks): Tweak cross-ref description.
Remove non-standard file-local fill-column (2010-05-13T03:55:46Z!rgm@gnu.org).
* admin/FOR-RELEASE: Related markup.
2012-03-01 21:52:40 -05:00
Michael Albinus
7272fbf3f6
* files.texi (Kinds of Files): The return value of file-equal-p is
...
unspecified, if FILE1 or FILE2 does not exist.
2012-03-01 09:21:32 +01:00
Glenn Morris
90db9af941
* doc/lispref/hooks.texi (Standard Hooks): Remove mode-specific hooks.
...
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
2012-02-29 23:31:15 -08:00
Glenn Morris
53a1239b31
Update lispref/maps.texi
...
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
* doc/lispref/maps.texi (Standard Keymaps): General update.
Remove mode-specific maps, talk about the more general keymaps.
* doc/lispref/help.texi (Help Functions): Add vindex for Helper-help-map.
* doc/lispref/keymaps.texi (Active Keymaps): Minor rephrasing.
* admin/FOR-RELEASE: Related markup.
2012-02-29 23:29:48 -08:00
Glenn Morris
f8425af235
* doc/emacs/ack.texi (Acknowledgments): Use @Tex{} in more places.
2012-02-29 00:31:30 -08:00
Glenn Morris
bcd6cd239d
* doc/misc/url.texi: Fix quote usage in body text.
2012-02-29 00:12:51 -08:00
Glenn Morris
775b55af35
Use "" quotes in menus
...
This is already used in most places. ``...'' does not get specially
converted by texinfo in @menu descriptions.
* doc/emacs/emacs.texi, doc/emacs/help.texi, doc/emacs/text.texi:
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
* doc/misc/sem-user.texi, doc/misc/url.texi, doc/misc/woman.texi:
Use "" quotes in menus.
2012-02-29 00:11:23 -08:00
Glenn Morris
53eced6df8
Use @code{} in menus when appropriate, rather than `'
...
Eg it looks better in html output, where it gets converted to italic.
* doc/emacs/dired.texi, doc/emacs/emacs.texi:
* doc/misc/cl.texi: Use @code{} in menus when appropriate, rather than `'.
2012-02-29 00:05:16 -08:00
Juanma Barranquero
bf7f9bc5e2
Fix ChangeLog typos.
2012-02-28 13:36:39 +01:00
thierry volpiatto
96b4930127
* lisp/files.el (file-equal-p): renamed from `files-equal-p'.
...
Now return nil when one or both files doesn't exists.
(file-subdir-of-p): Now only top directory must exists,
return nil if it doesn't.
(copy-directory): No need to test with `file-subdir-of-p' after creating dir.
* tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'.
* files.texi: Rename `files-equal-p' to `file-equal-p'.
2012-02-28 10:28:52 +01:00
Glenn Morris
44e97401cd
Standardize possessive apostrophe usage in manuals, docs, and comments
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
2012-02-28 00:17:21 -08:00
Glenn Morris
edb3ac8c3a
* doc/lispref/makefile.w32-in (srcs): Remove locals.texi.
2012-02-27 23:30:20 -08:00
Glenn Morris
e3c73f1ed0
ChangeLog for previous change
2012-02-27 20:17:54 -08:00
Glenn Morris
2915737190
Remove lispref/locals.texi
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
* doc/lispref/locals.texi: Remove file.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
Don't include locals.texi. Remove menu entry.
* doc/lispref/errors.texi, doc/lispref/maps.texi: Adjust node pointers.
* doc/lispref/internals.texi (Buffer Internals):
Remove cross-refs to locals.texi.
* doc/lispref/Makefile.in (srcs): Remove locals.texi.
* admin/FOR-RELEASE: Related markup.
2012-02-27 20:17:02 -08:00
Glenn Morris
1383d930d5
* doc/lispref/frames.texi (Mouse Position): Fix cross-ref.
2012-02-27 20:01:56 -08:00
Chong Yidong
431ee44bbe
More updates for Buffers and Files chapters of Lisp manual.
...
* doc/emacs/buffers.texi (Creating Buffers): Clarify that
generate-new-buffer uses generate-new-buffer-names.
(Killing Buffers): Remove bogus example duplicating buffer-live-p.
* doc/emacs/files.texi (Directory Names): Index entry for file name abbreviations.
(Relative File Names, File Name Expansion): Refer to it.
(Locating Files): Move locate-user-emacs-file documentation to
Standard File Names.
(Standard File Names): Add locate-user-emacs-file; update examples.
2012-02-27 15:26:13 +08:00
Chong Yidong
9c62cd0479
Bump version to 24.0.94
2012-02-27 11:20:00 +08:00
Michael Albinus
6a11ec9d5c
* files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2012-02-26 10:41:13 +01:00
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