Alexander Klimov
3fa0dc8f4d
* doc/lispref/files.texi (Directory Names): Use \` rather than ^.
...
* lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
2010-09-06 00:03:56 +02:00
Chong Yidong
86bbbedfeb
Revert last change.
2010-09-04 14:36:24 -04:00
Chong Yidong
cbc72326a8
* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
2010-09-04 14:21:48 -04:00
Chong Yidong
bc7d7ea63b
Doc fix for define-minor-mode (Bug#6880).
...
* doc/lispref/modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2010-08-22 15:30:26 -04:00
Chong Yidong
96b1842de8
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2010-08-19 19:23:13 -04:00
Stefan Monnier
ee301a7a19
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.
...
Fixes: debbugs:6770
2010-08-02 12:35:34 +02:00
Juanma Barranquero
e8bf5266a2
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2010-07-29 02:58:16 +02:00
Juanma Barranquero
b4f588fa4a
Document arguments passed to `read-buffer-function' (bug#5625).
...
* doc/lispref/minibuf.texi (High-Level Completion): Document args of
`read-buffer-function'.
* src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
2010-07-28 02:15:49 +02:00
Juanma Barranquero
4ce5a4ccd4
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).
2010-07-27 03:37:23 +02:00
Juanma Barranquero
1c84bc7afa
* text.texi (Special Properties): Fix typo.
2010-07-21 20:05:31 +02:00
Chong Yidong
51422d6dde
Clarify command loop's role in undo boundary (Bug#2433).
...
* text.texi (Undo): Clarify command loop behavior (Bug#2433).
* commands.texi (Command Overview): Mention undo-boundary call.
2010-06-24 15:05:47 -04:00
Glenn Morris
d24880de8b
Untabify doc/lispref/*.texi.
...
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
2010-06-22 20:36:56 -07:00
Chong Yidong
0fc76035ed
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2010-06-20 12:30:27 -04:00
Chong Yidong
5338dc0b10
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2010-06-19 14:06:37 -04:00
Chong Yidong
ba3bf1d951
Better doc fix for Bug#6283.
...
searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).
2010-06-02 13:26:31 -04:00
Chong Yidong
2c3a3c1d03
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
2010-06-02 13:14:01 -04:00
Juanma Barranquero
7f4b42492c
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
2010-05-31 00:50:31 +02:00
Stefan Monnier
637821cd30
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
...
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").
2010-05-30 17:18:35 -04:00
Chong Yidong
19ae0deb1c
Bump version to 23.2.50.
2010-05-08 00:46:44 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Chong Yidong
8838172bf0
Bump version to 23.1.97.
2010-05-03 21:31:59 -04:00
Chong Yidong
da0bbbc4e3
Fix typos (Bug#6094). From Štěpán Němec.
2010-05-03 18:01:23 -04:00
Chong Yidong
c7c322792a
* keymaps.texi (Menu Bar): Document :advertised-binding property.
2010-04-25 17:50:34 -04:00
Chong Yidong
eb5ed549f4
Document Emacs 23.2 changes.
...
* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.
* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.
* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p. Delete obsolete interactive-p.
* elisp.texi (Top): Update node description.
* misc.texi (Printing): Document htmlfontify-buffer.
2010-04-25 17:21:51 -04:00
Chong Yidong
958631c4cc
Bump version to 23.1.96.
2010-04-19 21:29:37 -04:00
Juri Linkov
5854c2677e
Fix @deffn without category.
...
* abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
for `abbrev-insert'.
* buffers.texi (Indirect Buffers): Add category `Command'
to @deffn of `clone-indirect-buffer'.
* windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
for `next-window' and `previous-window'. Add category `Command'
to @deffn of `pop-to-buffer'.
2010-04-15 01:41:21 +03:00
Chong Yidong
d86d8ea85a
Bump version to 23.1.95.
2010-04-02 20:42:10 -04:00
Chong Yidong
8a14dec7ef
Fix markup mistake in nonascii.texi.
...
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
2010-04-01 11:24:53 -04:00
Chong Yidong
8cc8cecf9c
Fix typo.
2010-04-01 11:15:28 -04:00
Eli Zaretskii
7a1831cf75
Explain how to re-throw a signal.
...
control.texi (Handling Errors): How to re-throw a signal caught
by condition-case.
2010-03-31 12:43:53 +03:00
Chong Yidong
c386371362
Document `after-load-functions'.
...
* loading.texi (Hooks for Loading): Document after-load-functions.
Copyedits.
2010-03-26 13:43:01 -04:00
Arni Magnusson
c333f279e5
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2010-03-24 01:16:45 +01:00
Chong Yidong
f7704e2669
* processes.texi (Network Processes): Document seqpacket type.
2010-03-21 11:28:53 -04:00
Chong Yidong
66da5719da
Bump version to 23.1.94 and regenerate ldefs-boot.el.
2010-03-10 23:03:11 -05:00
Chong Yidong
eed5c93a4c
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
2010-03-06 15:27:19 -05:00
Glenn Morris
1ddd662297
Update Lispref for 30-bit integers.
...
* numbers.texi (Integer Basics, Bitwise Operations):
* objects.texi (Integer Type): Update for integers now being 30-bit.
2010-03-02 19:50:15 -08:00
Chong Yidong
a908c79a8f
Document :otf font-spec property.
...
* display.texi (Low-Level Font): Document :otf font-spec property.
2010-02-27 10:18:07 -05:00
Chong Yidong
5d752593a5
Bump version to 23.1.93; regenerate AUTHORS.
2010-02-26 22:09:45 -05:00
Stefan Monnier
cd61af01c1
Avoid obsolete special default variables like default-major-mode.
...
* display.texi (Line Height):
* emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
* display.texi (Useless Whitespace, Text Display):
* custom.texi (Init Examples): Avoid obsolete special default variables
like default-major-mode.
2010-02-01 13:39:33 -05:00
Chong Yidong
e1c6f91c71
Bump version to 23.1.92.
2010-01-29 21:09:50 -05:00
Alan Mackenzie
c02f8fe2f1
display.texi (Auto Faces): Say fontification-functions is called
...
whether or not Font Lock is enabled. Tidy up the wording a bit.
2010-01-28 16:24:50 +00:00
Chong Yidong
d738d18b5c
* elisp.texi: Remove duplicate edition information (Bug#5407).
2010-01-17 17:24:49 -05:00
Juanma Barranquero
4963739e1d
Fix typos in docstrings.
2010-01-17 03:25:53 +01:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Stefan Monnier
c57008f6ef
Avoid dubious uses of save-excursions.
...
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2010-01-04 13:18:38 -05:00
Eli Zaretskii
2f3725cd1c
modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2010-01-02 22:31:41 +02:00
Chong Yidong
85eeac935f
Consistently hex notation to represent character codes.
...
* nonascii.texi (Text Representations, Character Codes)
(Converting Representations, Explicit Encoding)
(Translation of Characters): Use hex notation consistently.
(Character Sets): Fix map-charset-chars doc (Bug#5197).
2010-01-02 13:55:19 -05:00
Chong Yidong
4801c5fa40
* src/lread.c (syms_of_lread): Make it clearer that these are the
...
names of loaded files (Bug#5068).
* doc/lispref/loading.texi (Where Defined): Make it clearer that these
are loaded files (Bug#5068).
2010-01-01 13:14:22 -05:00
Chong Yidong
829f35a5bb
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
2009-12-30 21:14:46 -05:00
Chong Yidong
26e533e2d9
* doc/emacs/misc.texi (Shell): Document async-shell-command.
...
* doc/emacs/building.texi (Grep Searching): Document zrgrep.
* doc/emacs/mini.texi (Completion Options):
* doc/lispref/minibuf.texi (Completion Styles): Document `initials' style.
2009-12-29 13:06:16 -05:00