1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

371 Commits

Author SHA1 Message Date
Glenn Morris
fa047ae702 (Format Conversion Round-Trip): Rewrite format-write-file section yet again. 2008-12-02 03:40:15 +00:00
Eli Zaretskii
98d059989a (Top): Add a @detailmenu entry for "Character Properties". 2008-11-29 17:06:11 +00:00
Eli Zaretskii
91211f0717 (Character Properties): New Section.
(Specifying Coding Systems): Document `coding-system-priority-list',
`set-coding-system-priority', and `with-coding-priority'.
(Lisp and Coding Systems): Document `check-coding-systems-region' and
`coding-system-charset-list'.
(Coding System Basics): Document `coding-system-aliases'.
2008-11-29 17:03:54 +00:00
Eli Zaretskii
47dbc0440f (Character Type): Correct the range of Emacs characters. Add an @xref
to "Character Codes".
2008-11-29 12:20:25 +00:00
Eli Zaretskii
b517357487 (String Basics): Add an @xref to "Character Codes". 2008-11-29 12:19:22 +00:00
Eli Zaretskii
57e2db6dec (Integer Basics): Add an @xref to `max-char'. 2008-11-29 12:18:44 +00:00
Eli Zaretskii
800702607a (Explicit Encoding): Update for Emacs 23.
(Character Codes): Document `max-char'.
2008-11-29 12:18:14 +00:00
Eli Zaretskii
8b80cdf500 (Text Representations, Converting Representations, Character Sets,
Scanning Charsets, Translation of Characters): Make text more accurate.
2008-11-28 13:26:43 +00:00
Glenn Morris
a99dceba92 (Format Conversion Round-Trip): Improve previous change. 2008-11-28 03:32:15 +00:00
Chong Yidong
2674569bd5 (Auto Major Mode): Fix example. 2008-11-26 16:11:58 +00:00
Chong Yidong
f6dc3bed46 * modes.texi (Auto Major Mode): Fix example. 2008-11-26 16:11:42 +00:00
Glenn Morris
5da9413d6c (Format Conversion Round-Trip): Use active voice for previous change. 2008-11-25 04:29:05 +00:00
Glenn Morris
59f800540b (Signaling Errors): Fix `wrong-type-argument' name. 2008-11-25 04:27:29 +00:00
Chong Yidong
762ed4ad33 (nil and t): Fix typo. 2008-11-25 03:52:14 +00:00
Chong Yidong
8c641f06a8 (Predicates for Strings): Fix typo. 2008-11-25 03:52:05 +00:00
Chong Yidong
b0fbc5000c (Declaring Functions): Fix typo. 2008-11-25 03:51:57 +00:00
Chong Yidong
77111ca680 (Key Sequence Input): Fix typos. 2008-11-25 03:51:47 +00:00
Chong Yidong
4990219b44 (Changing Files, Magic File Names): Fix typos. 2008-11-25 03:51:37 +00:00
Chong Yidong
b6474f84fa (Choosing Window, Selecting Windows): Fix typos. 2008-11-25 03:51:26 +00:00
Chong Yidong
1badc63c69 (The Mark): Fix typo. 2008-11-25 03:51:02 +00:00
Chong Yidong
4185820cd1 (Transaction Queues): Fix typo. 2008-11-25 03:50:53 +00:00
Chong Yidong
e2b7cebbd1 (Processor Run Time): Fix typo. 2008-11-25 03:50:41 +00:00
Chong Yidong
fcca848c04 * os.texi (Processor Run Time):
* processes.texi (Transaction Queues):
* markers.texi (The Mark):
* windows.texi (Choosing Window, Selecting Windows):
* files.texi (Changing Files, Magic File Names):
* commands.texi (Key Sequence Input):
* functions.texi (Declaring Functions):
* strings.texi (Predicates for Strings):
* intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2008-11-25 03:50:17 +00:00
Chong Yidong
923dfbaa56 (Defining Variables): Note that `*' is not necessary if defcustom is
used.
2008-11-24 23:19:29 +00:00
Chong Yidong
f5c63335c9 (Accessing Documentation): Update example. 2008-11-24 23:19:22 +00:00
Chong Yidong
36c8dc54b4 * help.texi (Accessing Documentation): Update example.
* variables.texi (Defining Variables): Note that `*' is not
necessary if defcustom is used.
2008-11-24 23:19:16 +00:00
Eli Zaretskii
2a79b24203 (Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu. 2008-11-22 18:25:05 +00:00
Eli Zaretskii
031c41dedd (Character Codes, Character Sets)
(Scanning Charsets, Translation of Characters): Update for Emacs 23.
(Chars and Bytes, Splitting Characters): Sections removed.
2008-11-22 18:22:36 +00:00
Lute Kamstra
392f0d2631 (Text Lines): Update goto-line documentation. 2008-11-22 17:37:38 +00:00
Martin Rudalics
6a4cfb0c8f (Frames): Fix typo, add cross references, reword.
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword.  Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.
2008-11-21 10:20:14 +00:00
Martin Rudalics
af1a5cd5ae (Displaying Buffers, Vertical Scrolling)
(Horizontal Scrolling): Fix indenting and rewording issues
introduced with 2008-11-07 change.
2008-11-21 07:40:09 +00:00
Glenn Morris
c249fa9c31 (Format Conversion Round-Trip): Mention preserve' element of format-alist'. 2008-11-20 02:42:27 +00:00
Glenn Morris
204d4665fb Relicense under FDL 1.3 or later. 2008-11-19 04:25:49 +00:00
Glenn Morris
a6b58e1d22 Update to FDL 1.3. 2008-11-19 04:25:25 +00:00
Chong Yidong
e070558d7b (Other Font Lock Variables): Document jit-lock-register and
jit-lock-unregister.
2008-11-18 18:09:32 +00:00
Chong Yidong
38b1d3469c (Window Hooks): Remove *-end-trigger-functions vars, which are
obsolete.  Mention jit-lock-register.
2008-11-18 18:08:55 +00:00
Chong Yidong
efe6e7c459 * windows.texi (Window Hooks): Remove *-end-trigger-functions
vars, which are obsolete.  Mention jit-lock-register.

* modes.texi (Other Font Lock Variables): Document
jit-lock-register and jit-lock-unregister.
2008-11-18 18:08:43 +00:00
Chong Yidong
8999d86f5b Minor fix. 2008-11-18 07:07:46 +00:00
Chong Yidong
d9ce48d618 (Color Parameters): Document alpha parameter. 2008-11-18 07:05:36 +00:00
Chong Yidong
cc0910af58 * frames.texi (Color Parameters): Document alpha parameter. 2008-11-18 07:05:26 +00:00
Martin Rudalics
aeeedf76d1 (Splitting Windows, Deleting Windows)
(Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Choosing Window)
(Dedicated Windows, Window Point, Window Start and End)
(Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
(Size of Window, Resizing Windows, Window Configurations)
(Window Parameters): Avoid @var at beginning of sentences and
reword accordingly.
2008-11-16 10:15:50 +00:00
Lute Kamstra
4c565c5c0f (File Name Components): Fix file-name-extension documentation. 2008-11-13 05:29:24 +00:00
Juanma Barranquero
25f494c911 * frames.texi (Basic Parameters): Remove display-environment-variable
and term-environment-variable.
2008-11-11 11:47:59 +00:00
Stefan Monnier
4e47bf1fe3 Remove find-file-noselect from the list of magic file name handlers. 2008-11-10 15:29:12 +00:00
Eli Zaretskii
47264a9799 Fix usage of `see @ref'. 2008-11-09 21:22:41 +00:00
Eli Zaretskii
a1401ab123 (Basic Windows, Splitting Windows)
(Deleting Windows, Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Dedicated Windows)
(Resizing Windows, Window Configurations, Window Parameters): Fix wording
and markup.
2008-11-08 18:07:29 +00:00
Martin Rudalics
86ab855a9a (Displaying Buffers): For switch-to-buffer mention that
it may fall back on pop-to-buffer.
(Window Point): Add entry for window-point-insertion-type.
2008-11-07 14:14:26 +00:00
Martin Rudalics
efafc282c9 (Top): Update Windows entries in @detailmenu section. 2008-11-07 13:13:05 +00:00
Martin Rudalics
0273ca3aba (Windows): Update entries.
(Basic Windows): Remove listing of attributes.  Reword.
(Splitting Windows, Deleting Windows, Window Point): Reword.
(Selecting Windows, Cyclic Window Ordering): Reword with special
emphasis on order of recently selected windows and buffer list.
(Buffers and Windows, Displaying Buffers, Choosing Window):
Reword with special emphasis on dedicated windows.
(Dedicated Windows): New node and section discussing dedicated
windows and associated functions.
(Window Start and End): Rename node and section title.  Reword.
(Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
Minor rewording.
(Size of Window): Reword, in particular text on window-width.
(Resizing Windows): Reword.  Add text on balancing windows.
(Window Configurations): Reword.  Mention window parameters.
(Window Parameters): New node and section on window parameters.
(Window Hooks): Reword.  Mention that
window-configuration-change-hook is run "buffer-locally".
2008-11-07 13:12:08 +00:00
Juanma Barranquero
d60a8ab2ce * searching.texi (Regexp Search): Fix typo. 2008-11-04 15:05:13 +00:00
Chong Yidong
1899a5d06f (Regexp Search): Document GREEDY arg.
(Simple Match Data): Fix return value.
2008-11-03 19:19:41 +00:00
Chong Yidong
0177762770 * searching.texi (Regexp Search): Document GREEDY arg.
(Simple Match Data): Fix return value.
2008-11-03 19:19:33 +00:00
Eli Zaretskii
c4526e933c (Text Representations): Rewrite to make consistent with Emacs 23
internal representation of characters.  Document `unibyte-string'.
2008-11-01 16:36:10 +00:00
Chong Yidong
170ddd9772 (Process Information): Note that process-status does not accept buffer
names.
2008-10-28 20:16:18 +00:00
Chong Yidong
fe2ae8b508 * processes.texi (Process Information): Note that process-status
does not accept buffer names.
2008-10-28 20:16:09 +00:00
Chong Yidong
5c8ad20659 (Skipping Characters): Correct return value of skip-chars-forward. 2008-10-27 21:30:00 +00:00
Chong Yidong
cc5a21e3f7 * positions.texi (Skipping Characters): Correct return value of
skip-chars-forward.
2008-10-27 21:29:53 +00:00
Martin Rudalics
520b29e7aa (Deleting Windows): Update documentation of delete-windows-on.
(Buffers and Windows): Update documentations of
get-buffer-window and get-buffer-window-list.
(Displaying Buffers): Update documentation of
replace-buffer-in-windows.
2008-10-25 10:09:42 +00:00
Martin Rudalics
09460d9acc (Current Buffer): Reword set-buffer and
with-current-buffer documentations.
(Creating Buffers): Reword documentation of get-buffer-create.
2008-10-25 09:58:12 +00:00
Martin Rudalics
4d48fcdc0f (Current Buffer): Reword documentation of set-buffer.
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.
2008-10-23 09:20:55 +00:00
Chong Yidong
8b4ef1fc8f (Computed Advice): Minor phrasing change. 2008-10-23 03:51:55 +00:00
Eli Zaretskii
02043db05a (Killing Buffers): Fix last change. 2008-10-22 19:58:41 +00:00
Chong Yidong
794f204ba5 (Computed Advice): Explain what DEFINITION is. 2008-10-22 19:53:33 +00:00
Chong Yidong
3e5dbbd390 * advice.texi (Computed Advice): Explain what DEFINITION is. 2008-10-22 19:53:19 +00:00
Chong Yidong
ffdbc44b56 (Character Codes): Remove obsolete function char-valid-p, and document
characterp instead.
2008-10-22 19:37:07 +00:00
Chong Yidong
f0143c43d4 * nonascii.texi (Character Codes): Remove obsolete function
char-valid-p, and document characterp instead.
2008-10-22 19:36:59 +00:00
Martin Rudalics
f76f824608 (Killing Buffers): Update documentation of kill-buffer. 2008-10-22 16:08:11 +00:00
Martin Rudalics
52a94b8577 (Displaying Buffers): Reword documentation of pop-to-buffer.
(Choosing Window): Rewrite documentation of display-buffer and
its options.
2008-10-22 13:04:16 +00:00
Eli Zaretskii
545c278224 (Serial Ports): Wording fixes. 2008-10-21 20:10:47 +00:00
Eli Zaretskii
4433fa9161 (Regexp Search): Minor wording change from RMS. 2008-10-21 19:55:07 +00:00
Eli Zaretskii
80e6b6df5e (Serial Ports): Fix wording and improve markup. 2008-10-21 14:45:34 +00:00
Eli Zaretskii
3645358ade (Regexp Search): Document string-match-p' and looking-at-p'.
(POSIX Regexps): Add an xref for "non-greedy".
(Regexp Special): Add @cindex entry for "non-greedy".
2008-10-21 14:01:33 +00:00
Eli Zaretskii
bf190568e0 (Image Cache) <image-refresh>: Minor wording fixes. 2008-10-21 13:46:08 +00:00
Eli Zaretskii
b3d50cffbd (Attribute Functions): Document `face-all-attributes'. 2008-10-21 12:18:16 +00:00
Eli Zaretskii
73b7530a7e (Color Names): Add an xref to `read-color'. 2008-10-21 11:27:40 +00:00
Eli Zaretskii
ef164dbc4e (High-Level Completion): Document `read-color'. 2008-10-21 11:23:57 +00:00
Eli Zaretskii
acc8b598b0 (Top): Add "Swapping Text" to @detailmenu. 2008-10-21 10:07:06 +00:00
Eli Zaretskii
7f5d317d1b (Narrowing): Add an xref to "Swapping Text". 2008-10-21 10:02:05 +00:00
Eli Zaretskii
2aaaf0dd17 (Swapping Text): New section, documents `buffer-swap-text'. 2008-10-21 10:00:47 +00:00
Eli Zaretskii
834b54855c (Calling Functions): Use defalias' instead of fset'. Fix wording. 2008-10-21 09:21:02 +00:00
Martin Rudalics
10e187e823 (Resizing Windows): Minor wording fix. 2008-10-21 09:19:37 +00:00
Eli Zaretskii
fd6f900c21 (Creating Strings): Add xrefs to `split-string-and-unquote' and
`combine-and-quote-strings'.
2008-10-20 19:54:28 +00:00
Eli Zaretskii
a873ee3dea (Shell Arguments): Document `split-string-and-unquote' and
`combine-and-quote-strings'.
2008-10-20 19:47:54 +00:00
Eli Zaretskii
403b14d148 More wording fixes from RMS. 2008-10-20 19:26:30 +00:00
Eli Zaretskii
d8f0f8a5e4 (Reading File Names): Wording changes from RMS. 2008-10-20 10:41:50 +00:00
Eli Zaretskii
a18a6d497c (Calling Functions): Wording fixes from RMS. 2008-10-20 10:22:16 +00:00
Eli Zaretskii
9869ea8d53 Minor wording fixes from RMS. 2008-10-20 10:01:59 +00:00
Eli Zaretskii
61331bf33b Don't use @deffn Subroutine. 2008-10-20 09:51:40 +00:00
Juri Linkov
56b00ec786 (Text from Minibuffer): Lower-case Word to word. 2008-10-19 22:07:30 +00:00
Eli Zaretskii
d6328fba7f Make descriptive text for "Reading File Names" match the corresponding
menu in minibuf.texi.
2008-10-19 20:52:40 +00:00
Eli Zaretskii
e4372165fb (Reading File Names): Document `read-shell-command' and
`minibuffer-local-shell-command-map'.
2008-10-19 16:12:19 +00:00
Eli Zaretskii
3a57591a6a (File Local Variables): Fix last change. 2008-10-19 15:28:07 +00:00
Martin Rudalics
5d8dda33f0 (Resizing Windows): Remove var{} around window in
documentation of enlarge-window.
Rewrite documentation of window-min-height and window-min-width.
2008-10-19 15:12:48 +00:00
Eli Zaretskii
80f85d7cda (Calling Functions): Document `apply-partially'. 2008-10-19 14:57:50 +00:00
Eli Zaretskii
291703b5c7 (File Local Variables): Document `file-local-variables-alist',
`before-hack-local-variables-hook' and `hack-local-variables-hook'.
2008-10-19 13:01:55 +00:00
Eli Zaretskii
66af33fc8f Mention before-hack-local-variables-hook' and hack-local-variables-hook'. 2008-10-19 13:00:20 +00:00
Eli Zaretskii
583d8b3cfe (Synchronous Processes): Document `process-lines'. 2008-10-19 12:29:22 +00:00
Eli Zaretskii
437706cd52 (Variable Definitions): Document custom-reevaluate-setting. 2008-10-19 12:02:48 +00:00
Eli Zaretskii
da86d54b4c (Choosing Window, Displaying Buffers): Fix last changes. 2008-10-18 20:23:30 +00:00
Eli Zaretskii
2ee797be40 (Text from Minibuffer): Fix description of `read-regexp'. 2008-10-18 19:31:15 +00:00
Eli Zaretskii
1586be929e (Changing Files): Fix last change. 2008-10-18 19:25:13 +00:00
Martin Rudalics
7e51d89b73 *** empty log message *** 2008-10-18 18:10:56 +00:00
Martin Rudalics
250959e028 (Choosing Window, Deleting Windows)
(Displaying Buffers): Expand documentation of dedicated windows.
2008-10-18 18:07:09 +00:00
Eli Zaretskii
018a960d04 (Changing Files): Document symbolic input of file modes to `set-file-modes'.
Document `read-file-modes' and `file-modes-symbolic-to-number'.
2008-10-18 17:58:25 +00:00
Eli Zaretskii
26c6145fda (Minibuffer Completion): Fix last change. 2008-10-18 16:33:53 +00:00
Eli Zaretskii
ef5fbab75b (Choosing Window): Fix last change. 2008-10-18 16:33:17 +00:00
Eli Zaretskii
2c0b814427 (Search and Replace): Document `multi-query-replace-map'. 2008-10-18 14:27:40 +00:00
Eli Zaretskii
cdf17e8619 (Standard Keymaps): Document multi-query-replace-map' and search-map'. 2008-10-18 14:24:56 +00:00
Eli Zaretskii
80120f13ef (Search and Replace): Document `replace-search-function' and
`replace-re-search-function'.
2008-10-18 14:07:36 +00:00
Eli Zaretskii
6d4913f0d3 (Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
2008-10-18 13:14:59 +00:00
Eli Zaretskii
43c59a3dca (Displaying Buffers): Minor wording fix.
(Choosing Window): `split-height-threshold' can now be nil.
Document `split-width-threshold'.  `pop-up-frames' can have the value
`graphic-only'.
2008-10-18 11:22:08 +00:00
Eli Zaretskii
3051e4bf2c (Time Parsing, Processor Run Time): Fix last change. 2008-10-18 09:40:45 +00:00
Eli Zaretskii
53728487f1 (Processor Run Time): Document emacs-uptime' and emacs-init-time'.
(Time Parsing): Document `format-seconds'.
2008-10-17 19:37:14 +00:00
Eli Zaretskii
f36acfd9ec (Startup Summary): Document before-init-time' and after-init-time'.
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file.  Document the call to `server-start'
under --daemon.  Rearrange a bit to be consistent with the code flow.
2008-10-17 15:42:34 +00:00
Martin Rudalics
96995b8923 (Basic Windows, Splitting Windows): Fix whitespace and reword. 2008-10-17 13:16:15 +00:00
Eli Zaretskii
2de17c73f3 (The Mark): Document use-region-p. 2008-10-16 20:06:38 +00:00
Eli Zaretskii
b2fe54aec8 (Char-Tables): Fix wording in last change. 2008-10-16 07:20:31 +00:00
Eli Zaretskii
c3aaf1d70f (Defining Commands, Using Interactive): The interactive-form of a function
can be added via its symbol's property.
2008-10-15 20:22:21 +00:00
Eli Zaretskii
2c30e468e9 (Writing Emacs Primitives): The interactive spec of a primitive can be
a Lisp form.
2008-10-15 20:20:39 +00:00
Eli Zaretskii
66e3cca6f3 (The Mark): Fix last change. 2008-10-15 19:53:00 +00:00
Eli Zaretskii
841a1743af *** empty log message *** 2008-10-15 19:50:43 +00:00
Eli Zaretskii
a053dae03a (Low-Level Kill Ring): Fix last change. 2008-10-15 17:04:07 +00:00
Eli Zaretskii
3c1f461958 (Creating Frames): Fix typo in last change. 2008-10-15 16:57:37 +00:00
Eli Zaretskii
16624be863 (The Mark): Document the lambda' and (only . OLD)' values of
transient-mark-mode.  Document handle-shift-selection.
2008-10-15 16:48:06 +00:00
Eli Zaretskii
ee6e73b8d9 (Using Interactive, Interactive Codes): Document `^'.
(Interactive Examples): Show an example of `^'.
(Key Sequence Input): Document this-command-keys-shift-translated.
2008-10-15 16:47:35 +00:00
Eli Zaretskii
52441368d6 (List Motion): beginning-of-defun-function can now accept an argument. 2008-10-15 15:00:53 +00:00
Eli Zaretskii
8e8c1a7214 (Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
2008-10-15 14:44:02 +00:00
Eli Zaretskii
a33a1f2ac9 (Handling Errors): Document ignore-errors. 2008-10-15 12:49:11 +00:00
Eli Zaretskii
4fb04348e5 (Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
2008-10-15 12:25:19 +00:00
Eli Zaretskii
ee666f8409 (Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
of kill-all-local-variables on local hook functions.
2008-10-15 11:49:10 +00:00
Eli Zaretskii
9cf52b11bb (Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
string.  xref to "Mode Line Data" for details, and to "Emulating Mode Line"
for computing a string value.
2008-10-15 11:27:32 +00:00
Eli Zaretskii
1dca458f88 (System Processes): Fix last change. 2008-10-14 15:58:17 +00:00
Eli Zaretskii
a65f6a855d (Top): Adjust the @detailmenu for the addition of "System Processes" section. 2008-10-14 15:38:57 +00:00
Eli Zaretskii
6fdbd4c63c (Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
2008-10-14 15:37:20 +00:00
Eli Zaretskii
23dd4ecdbc (System Processes): New section.
(Processes, Signals to Processes): Add xrefs to it.
2008-10-14 15:36:55 +00:00
Eli Zaretskii
2724b26a3d (Char-Tables): Remove documentation of set-char-table-default, which has no
effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic characters
and charsets.  Add a cons cell as a possible argument.
2008-10-14 12:48:12 +00:00
Eli Zaretskii
02e99324a2 (Splitting Characters, Translation of Characters): Don't mention generic
characters.
2008-10-14 12:47:06 +00:00
Eli Zaretskii
d15c8cce41 (Fontsets): Don't mention generic characters. 2008-10-14 12:46:40 +00:00
Eli Zaretskii
22526bc416 (Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
2008-10-14 11:39:50 +00:00
Eli Zaretskii
45e46036ff * objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
2008-10-13 11:24:22 +00:00
Eli Zaretskii
9b240644fb (What Is a Function): `functionp' returns nil for special forms. Add an xref. 2008-10-13 11:18:02 +00:00
Eli Zaretskii
eaf4b68932 (Top): Add a @detailmenu entry for "Frame-Local Variables". 2008-10-13 10:43:53 +00:00
Eli Zaretskii
34544152c9 (Frames): Mention multiple tty frames.
(Frame Parameters, Parameter Access): Mention frame-local variable bindings.
2008-10-13 10:39:26 +00:00
Eli Zaretskii
0f7766a426 (Frame-Local Variables): New section.
(Buffer-Local Variables): Add an xref to it.
(Intro to Buffer-Local, Creating Buffer-Local): A variable cannot have both
frame-local and buffer-local binding.
2008-10-13 10:38:43 +00:00
Juanma Barranquero
183080b610 Fix typos. 2008-10-01 09:12:37 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Glenn Morris
15688fceeb (Defining Faces): Recommend against face variables. 2008-09-20 20:25:05 +00:00
Juanma Barranquero
3553906525 * display.texi (Echo Area Customization): Fix typo. 2008-09-16 01:12:09 +00:00
Juanma Barranquero
6a57054b57 * loading.texi (Where Defined): Add `defface' item. 2008-09-09 08:02:00 +00:00
Martin Rudalics
d632fb82ff (Where Defined): Fix description of symbol-file. 2008-09-06 10:05:45 +00:00