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
Glenn Morris
5feb0b73eb
(Size and Position): Clarify what is included in the frame height. (Bug#4535)
2009-10-11 00:07:05 +00:00
Glenn Morris
0c5413c811
(Size of Window): The relationship between window and frame heights is
...
not so simple. (Bug#4535)
Mention window-full-height-p.
2009-10-10 23:43:03 +00:00
Stefan Monnier
7f8b600a83
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
2009-10-07 14:32:08 +00:00
Eli Zaretskii
6185de1cfb
(Directory Names) <abbreviate-file-name>: Document that root home
...
directories are not replaced with "~".
2009-10-07 10:20:04 +00:00
Eli Zaretskii
9972911fda
(Special Properties): Document the meaning of the `cursor' text property
...
whose value is an integer.
2009-10-06 18:32:07 +00:00
Michael Albinus
2a3f19ef97
* files.texi (Magic File Names): Add `copy-directory'.
2009-10-05 11:49:45 +00:00
Eli Zaretskii
804543b5c0
(File Attributes): Fix description of file attributes. (Bug#4638)
...
Update attributes of files.texi example to be more representative.
2009-10-05 08:45:07 +00:00
Michael Albinus
461bf92b6e
* files.texi (Create/Delete Dirs): New command copy-directory.
2009-10-05 08:11:56 +00:00
Juanma Barranquero
a86cd3957b
* anti.texi (Antinews):
...
* macros.texi (Indenting Macros):
* strings.texi (Creating Strings, Case Conversion):
Remove duplicate words.
2009-10-04 04:00:46 +00:00
Michael Albinus
d308026462
* files.texi (Directories): delete-directory has an optional
...
parameter RECURSIVE.
2009-10-01 15:51:43 +00:00
Stefan Monnier
85d145633b
(Swapping Text): Minor clarification.
2009-10-01 14:33:58 +00:00
Glenn Morris
3d9842c67e
(Declaring Functions): Mention that we also search for ".m" files in
...
the src/ directory.
2009-10-01 02:05:32 +00:00
Chong Yidong
78427304a6
* display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2009-09-25 03:36:16 +00:00
Glenn Morris
b578c9cce4
(Building Emacs): Mention preloaded-file-list.
2009-09-22 02:24:20 +00:00
Alan Mackenzie
f804f44622
(Terminal Output): Put "@code{}" around "stdout".
2009-09-14 09:46:03 +00:00
Alan Mackenzie
beee5da7cf
*** empty log message ***
2009-09-14 09:45:33 +00:00
Chong Yidong
5d6ab67259
* functions.texi (Anonymous Functions): Rearrange discussion,
...
giving usage of unquoted lambda forms first. Mention that
`function' and `#'' are no longer required (Bug#4290).
2009-09-13 01:47:03 +00:00