1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
Commit graph

1495 commits

Author SHA1 Message Date
Lute Kamstra
23e8c0957e *** empty log message *** 2005-02-14 12:17:31 +00:00
Lute Kamstra
7ff50d3fb4 (Top): Remove reference to deleted node. 2005-02-14 11:20:13 +00:00
Lute Kamstra
5838fa52b7 (Lists): Remove reference to deleted node.
(Cons Cells): Fix typo.
2005-02-14 11:19:27 +00:00
Lute Kamstra
2ca28c0513 (Where Defined): Fix typo. 2005-02-14 11:18:45 +00:00
Richard M. Stallman
134948fc5f *** empty log message *** 2005-02-14 10:25:50 +00:00
Richard M. Stallman
bf614499ff (Creating Buffer-Local): change-major-mode-hook
is useful for discarding some minor modes.
2005-02-14 10:25:20 +00:00
Richard M. Stallman
aac7575835 (Symbol Components): Reorder examples. 2005-02-14 10:24:22 +00:00
Richard M. Stallman
53325195f1 (Input Functions): State standard-input default.
(Output Variables): State standard-output default.
2005-02-14 10:23:29 +00:00
Richard M. Stallman
8b480acb35 (Printed Representation): Clarify read syntax vs print.
(Floating Point Type): Explain meaning better.
(Symbol Type): Explain uniqueness better.
(Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
List examples sooner.
(Box Diagrams): New subnode broken out.
Some examples moved from old Lists as Boxes node.
(Dotted Pair Notation): Clarify intro.
(Array Type): Clarify.
(Type Predicates): Add hash-table-p.
2005-02-14 10:22:36 +00:00
Richard M. Stallman
4182ecfc37 (Integer Basics): Clarify radix explanation.
(Predicates on Numbers): Minor clarification.
(Comparison of Numbers): Minor clarification.  Clarify eql.
Typos in min, max.
(Math Functions): Clarify overflow in expt.
2005-02-14 10:19:36 +00:00
Richard M. Stallman
e37d6e4c86 (Text from Minibuffer): Minor clarification.
Mention arrow keys.
2005-02-14 10:17:32 +00:00
Richard M. Stallman
9e328e231a (Autoload): defun's doc string overrides autoload's doc string.
(Repeated Loading): Modernize "add to list" examples.
(Where Defined): Finish updating table of load-history elts.
2005-02-14 10:16:24 +00:00
Richard M. Stallman
23e69ab14b (List-related Predicates): Minor wording improvement.
(Lists as Boxes): Node deleted.
(Building Lists): Explain trivial cases of number-sequence.
2005-02-14 10:14:29 +00:00
Richard M. Stallman
38bf67d3ae (Hash Tables): Add desc to menu items.
(Creating Hash): Expain "full" means "make larger",
(Hash Access): Any object can be a key.
State value of maphash.
2005-02-14 10:13:16 +00:00
Richard M. Stallman
67bce69d38 (What Is a Function): Wording cleanup.
(Function Documentation): Minor cleanup.
Explain purpose of calling convention at end of doc string.
(Function Names): Wording cleanup.
(Calling Functions): Wording cleanup.
Explain better how funcall calls the function.
(Function Cells): Delete example of saving and redefining function.
2005-02-14 10:11:48 +00:00
Richard M. Stallman
85831f9a60 (Combining Conditions): Wording cleanup.
(Iteration): dolist and dotimes bind VAR locally.
(Cleanups): Xref to Atomic Changes.
2005-02-14 10:07:43 +00:00
Richard M. Stallman
b57bdd7472 (Byte Compilation): Delete 19.29 info.
(Compilation Functions): Macros' difficulties don't affect defsubst.
(Docs and Compilation): Delete 19.29 info.
2005-02-14 10:05:53 +00:00
Richard M. Stallman
442914601b *** empty log message *** 2005-02-10 06:51:28 +00:00
Richard M. Stallman
0ea91b5153 (Symbol Type): Minor correction. 2005-02-10 06:50:59 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Lute Kamstra
1f9ad95a99 (Example Major Modes): Fix typos. 2005-02-06 15:59:39 +00:00
Richard M. Stallman
ba2c991c3b *** empty log message *** 2005-02-06 11:24:11 +00:00
Richard M. Stallman
edd523a993 (Margins): fill-nobreak-predicate can be one function. 2005-02-06 11:02:29 +00:00
Richard M. Stallman
376dfc01c5 (Modifying Strings): clear-string can make unibyte.
(Formatting Strings): format gives error if values missing.
2005-02-06 10:58:01 +00:00
Richard M. Stallman
938183e599 (Character Motion): Mention default arg for forward-char.
backward-char refers to forward-char.
(Word Motion): Mention default arg for forward-word.
(Buffer End Motion): Mention default arg for beginning-of-buffer.
Simplify end-of-buffer.
(Text Lines): Mention default arg for forward-line.
(List Motion): Mention default arg for beginning/end-of-defun.
(Skipping Characters): Minor fixes in explaining character-set.
2005-02-06 10:54:05 +00:00
Richard M. Stallman
ec9b08823d (Major Mode Conventions): Mention "system abbrevs".
Mode inheritance applies only when default-major-mode is nil.
Clarifications.
(Example Major Modes): Update Text mode and Lisp mode examples.
(Minor Mode Conventions): Mention define-minor-mode at top.
(Defining Minor Modes): In Hungry example, don't define C-M-DEL.
(Mode Line Format): Update mode line face display info.
(Properties in Mode): Mention effect of risky vars.
(Imenu): Define imenu-add-to-menubar.
(Font Lock Mode): Add descriptions to menu lines.
(Faces for Font Lock): Add font-lock-doc-face.
2005-02-06 10:49:35 +00:00
Lute Kamstra
9bf6d576a7 (Maintaining Undo): Remove obsolete function. 2005-02-05 18:12:32 +00:00
Eli Zaretskii
cb60275441 *** empty log message *** 2005-02-05 13:46:26 +00:00
Eli Zaretskii
f705df79df (Color Names): Add pointer to the X docs about RGB
color specifications.  Improve indexing
(Text Terminal Colors): Replace the description of RGB values by
an xref to "Color Names".
2005-02-05 13:19:39 +00:00
Richard M. Stallman
4e07258f2b *** empty log message *** 2005-02-03 07:39:01 +00:00
Richard M. Stallman
ae473bd3ef (Basic Windows): Add cursor-in-non-selected-windows. Clarify.
(Selecting Windows): Clarify save-selected-window.
(Cyclic Window Ordering): Clarify walk-windows.
(Window Point): Clarify.
(Window Start): Add comment to example.
(Resizing Windows): Add `interactive' specs in examples.
Document fit-window-to-buffer.
2005-02-03 07:19:07 +00:00
Richard M. Stallman
b471b8e98c (User-Level Deletion): just-one-space takes numeric arg.
(Undo, Maintaining Undo): Clarify last change.
(Sorting): In sort-numeric-fields, explain about octal and hex.
Mention sort-numeric-base.
(Format Properties): Add xref for hard newlines.
2005-02-03 07:09:17 +00:00
Richard M. Stallman
8dc22b869e (Window Frame Parameters): Explain pixel=char on tty.
(Pop-Up Menus): Fix typo.
(Color Names): Explain all types of color names.
Explain color-values on B&W terminal.
(Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
2005-02-03 07:04:29 +00:00
Richard M. Stallman
16bf330f41 (File Locks): Not supported on MS systems.
(Testing Accessibility): Clarify.
2005-02-03 07:01:04 +00:00
Richard M. Stallman
011caae16d (Printing in Edebug): Fix edebug-print-circle.
(Coverage Testing): Fix typo.
2005-02-03 06:58:38 +00:00
Richard M. Stallman
f75fbf430c (Misc Events): Remove stray space. 2005-02-03 06:57:22 +00:00
Richard M. Stallman
cb21651739 (Buffer Names): Clarify generate-new-buffer-name.
(Modification Time): Clarify when visited-file-modtime returns 0.
(The Buffer List): Clarify bury-buffer.
(Killing Buffers): Clarify.
(Indirect Buffers): Add clone-indirect-buffer.
2005-02-03 06:56:24 +00:00
Luc Teirlinck
d4d668071e *** empty log message *** 2005-01-31 23:32:36 +00:00
Luc Teirlinck
578e484b9e (Maintaining Undo): Add `undo-outer-limit'. 2005-01-31 23:31:21 +00:00
Kim F. Storm
e15db17409 (Undo) <buffer-undo-list>: Describe `apply' elements. 2005-01-31 23:22:11 +00:00
Kim F. Storm
fb89c33096 *** empty log message *** 2005-01-31 23:17:42 +00:00
Eli Zaretskii
28d986b971 *** empty log message *** 2005-01-29 14:05:34 +00:00
Eli Zaretskii
16bbbfd864 (Misc Events): Describe the help-echo event. 2005-01-29 14:04:57 +00:00
Eli Zaretskii
ef6938c57d (Special Properties) <help-echo>: Use `pos' consistently in description
of the help-echo property.  Use @code{nil} instead of @var{nil}.
2005-01-29 14:02:43 +00:00
Eli Zaretskii
d94f2aab08 (Overlay Properties): Fix the index entry for help-echo overlay property. 2005-01-29 13:58:04 +00:00
Eli Zaretskii
9172ffcd36 (Type Keywords): Uncomment the xref to the help-echo property documentation. 2005-01-29 13:55:46 +00:00
Kim F. Storm
8f958b40cc *** empty log message *** 2005-01-23 13:31:53 +00:00
Kim F. Storm
41ad5140cd (Window Start): Fix `pos-visible-in-window-p'
return value.  Third element FULLY replaced by PARTIAL which
specifies number of invisible pixels if row is only partially visible.
(Textual Scrolling): Mention auto-window-vscroll.
(Vertical Scrolling): New defvar auto-window-vscroll.
2005-01-23 13:30:22 +00:00
Richard M. Stallman
6f771c32b0 *** empty log message *** 2005-01-21 00:33:07 +00:00
Stefan Monnier
f0d3d9feb0 Add dotimes-with-progress-reporter. 2005-01-19 23:47:35 +00:00