Juanma Barranquero
938efb776d
Remove references to (default-)direction-reversed.
2010-04-21 01:05:30 +02:00
Stefan Monnier
6e104790e7
Merge from emacs-23
2010-04-19 11:07:52 -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
Stefan Monnier
eb6967a081
Remove the Arch metafiles.
2010-04-12 23:06:50 -04:00
Stefan Monnier
2912322b80
Merge from emacs-23
2010-04-02 21:54:24 -04: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
Stefan Monnier
857387516c
Merge from emacs-23 branch
2010-03-30 22:37:57 -04: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
Stefan Monnier
e867cb5d30
Merge from `emacs-23'.
2010-03-24 14:02:56 -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
Dan Nicolaescu
605f35cdaa
Remove non-working support for lynxos 3.0.
...
* s/lynxos.h: Remove file.
* unexec.c (unexec, adjust_lnnoptrs): Do not depend on
COFF_BSD_SYMBOLS, nothing defines it anymore.
* os.texi (System Environment): Do not mention lynxos.
* configure.in: Remove non-working lynxos port.
2010-03-19 18:03:39 -07: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
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -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
Juanma Barranquero
5ce6e4f452
Fix typos in ChangeLogs.
2009-12-29 02:57:40 +01:00
Chong Yidong
16d1ff5f0b
* frames.texi (Resources): Describe inhibit-x-resources.
...
(Size Parameters): Copyedit.
* hash.texi (Creating Hash):
* objects.texi (Hash Table Type): Document the new hash table
printed representation.
* minibuf.texi (Basic Completion): 4th arg to all-completions is
obsolete.
* processes.texi (Process Buffers): Document
process-kill-buffer-query-function.
2009-12-25 20:04:07 +00:00
Chong Yidong
a3ff15d6fc
Bump version to 23.1.90.
2009-12-09 02:06:16 +00:00
Glenn Morris
3b36413613
A bit rusty on the alphabet.
2009-12-05 03:27:24 +00:00
Glenn Morris
e799b4f993
Put calendar and diary hooks back in alphabetical order following
...
previous change.
2009-12-05 03:25:57 +00:00
Glenn Morris
9a5de3d945
(Standard Hooks): Remove diary-display-hook, replaced by
...
diary-display-function, and no longer recommended to be a hook.
Update for changes in the names of calendar and diary hooks.
diary-print-entries-hook has changed section.
2009-12-05 03:07:26 +00:00
Eli Zaretskii
b640eb527c
(Special Properties): More accurate description of what the `cursor'
...
property does.
2009-11-28 10:46:14 +00:00
Kevin Ryde
be1674ab1b
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
...
mouse-wheel-down-event, the closest thing to a definition for them.
* os.texi (Startup Summary): vindex inhibit-startup-message and
inhibit-splash-screen.
(Command-Line Arguments): vindex argv.
(Suspending Emacs): vindex suspend-tty-functions and
resume-tty-functions. Don't want to index every hook, but having
the programming ones is helpful.
2009-11-26 23:59:14 +00:00
Kevin Ryde
d3d97050b7
* os.texi (Startup Summary): vindex inhibit-startup-message and
...
inhibit-splash-screen.
(Command-Line Arguments): vindex argv.
(Suspending Emacs): vindex suspend-tty-functions and
resume-tty-functions. Don't want to index every hook, but having
the programming ones is helpful.
2009-11-26 23:58:23 +00:00
Kevin Ryde
be0a5fb7f8
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
...
mouse-wheel-down-event, the closest thing to a definition for them.
2009-11-26 23:57:40 +00:00
Chong Yidong
603f597946
* commands.texi (Motion Events): Fix typo (Bug#4907).
2009-11-14 15:15:32 +00:00
Chong Yidong
4359a806d0
* searching.texi (Char Classes): Note that [:upper:] and [:lower:]
...
are affected by case-fold-search (Bug#4483).
2009-11-08 23:19:11 +00:00
Chong Yidong
0f063651e2
* minibuf.texi (Reading File Names): Note that read-file-name may
...
use a graphical file dialog.
2009-11-02 02:30:04 +00:00
Glenn Morris
9bd79893e2
(User-Chosen Coding Systems): Minor reword. (Bug#4817)
2009-10-31 19:44:02 +00:00
Kevin Ryde
ebe479ecec
(Magic File Names): Add @vindex file-name-handler-alist,
...
in particular so `info-lookup-symbol' can find its docs.
2009-10-16 23:33:46 +00:00
Chong Yidong
2640fa86da
* variables.texi (Constant Variables): Distinguish from defconst
...
variables.
(Defining Variables): Add cindex.
2009-10-16 02:20:29 +00:00
Chong Yidong
edd6a7338f
* os.texi (Time of Day): Clarify that the microsecond part is
...
ignored (Bug#4637).
2009-10-15 20:44:36 +00:00