1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

344 Commits

Author SHA1 Message Date
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
Glenn Morris
e538d47927 Kevin Ryde <user42 at zip.com.au>
(Standard Hooks): Fix cross-references.
2009-07-11 03:02:18 +00:00
Glenn Morris
5300838c0f (Top): Display copyright notice at start of non-TeX. 2009-07-11 02:52:46 +00:00
Glenn Morris
561c02163b Update @detailmenu. 2009-07-10 05:23:59 +00:00
Glenn Morris
0cc8c85ae0 (Character Type, String Type): Merge in some menu descriptions from elisp.texi. 2009-07-10 05:05:47 +00:00
Glenn Morris
c3cbbb40d0 (Hash Tables): End menu description with period. 2009-07-10 05:03:30 +00:00
Glenn Morris
fe42c16aff (Multiline Font Lock): End menu description with period. 2009-07-10 05:01:12 +00:00
Glenn Morris
5b594a5865 (Abstract Display): Merge in some menu descriptions from elisp.texi. 2009-07-10 04:58:56 +00:00
Glenn Morris
51d9979cd5 (Customization Types): Merge in some menu descriptions from elisp.texi. 2009-07-10 04:56:39 +00:00