1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

352 Commits

Author SHA1 Message Date
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
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
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
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
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
Alan Mackenzie
59375eebc7 *** empty log message *** 2009-09-11 20:26:50 +00:00
Glenn Morris
e7e2f529e4 (Face Functions): Mention define-obsolete-face-alias. 2009-09-01 02:54:16 +00:00
Glenn Morris
eae4708858 Ulrich Mueller <ulm at gentoo.org>
(Character Codes): Fix typos.
2009-08-26 02:56:28 +00:00
Michael Albinus
3691a0a638 * processes.texi (Synchronous Processes): New defvar process-file-side-effects. 2009-08-25 08:31:42 +00:00
Glenn Morris
0706c02567 (Format Conversion Round-Trip): Mention nil regexp. 2009-08-25 03:02:09 +00:00
Glenn Morris
664d56b8b4 (Fontsets): Fix typo. 2009-08-25 03:01:20 +00:00
Stefan Monnier
03a74b84f8 * subr.el (listify-key-sequence-1): Use normal syntax since those
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.

* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
2009-08-19 03:03:05 +00:00
Chong Yidong
4b1ed1bb56 * advice.texi (Argument Access in Advice): Note that argument
positions are zero-based (Bug#3932).
2009-08-15 22:02:59 +00:00
Chong Yidong
89a9e058e2 * commands.texi (Distinguish Interactive): Minor copyedit. 2009-08-15 21:47:23 +00:00
Chong Yidong
23696fd7bd * display.texi (Face Attributes): Add xref to Displaying Faces for
explanation of "underlying face".
2009-08-15 21:08:36 +00:00
Chong Yidong
f6de8a3718 * customize.texi (Common Keywords): Add xref to Loading.
* loading.texi (How Programs Do Loading): Add xref to Lisp
Libraries node in the Emacs manual.
2009-08-15 17:59:40 +00:00
Chong Yidong
417f77e6f2 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events. 2009-08-13 18:08:25 +00:00
Chong Yidong
0999039ce4 * processes.texi (Shell Arguments): Copyedits. 2009-07-18 04:42:25 +00:00
Glenn Morris
9af167bc52 (Repeated Loading): Fix typo. 2009-07-18 02:22:57 +00:00
Richard M. Stallman
137987ab43 * buffers.texi (Swapping Text): Recommend setting
write-region-annotate-functions and buffer-saved-size.

* backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2009-07-16 19:37:08 +00:00
Glenn Morris
622fa3800b Minor re-phrasings throughout.
(Edebug Execution Modes): Sit-for affects continue mode too.
(Jumping): Use `forward-sexp' rather than its keybinding.
(Edebug Misc): Fix Q binding.
(Edebug Eval): Remove cl version.
(Printing in Edebug): Clarify print-length etc.
(Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
(Specification List): Remove edebug-unwrap findex entry.
(Specification Examples): defmacro is actually not the same as defun.
Escape "`" in example.
2009-07-15 03:09:52 +00:00
Chong Yidong
6bbd4600f9 * markers.texi (The Mark): Document optional arg to deactivate-mark. 2009-07-15 01:28:57 +00:00
Glenn Morris
64fbeb1627 (TEXI2PDF): New.
(elisp.pdf): New targets.
2009-07-11 20:06:30 +00:00
Glenn Morris
4c98b9edb6 Kevin Ryde <user42 at zip.com.au>
(Named Features): Refer to eval-after-load.
2009-07-11 19:39:24 +00:00
Glenn Morris
748c30f4a3 (Regexp Backslash): Fix typo. 2009-07-11 19:32:00 +00:00