comparison man/glossary.texi @ 52979:3649390c0f91

Replace @sc{ascii} and ASCII with @acronym{ASCII}.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 02 Nov 2003 07:01:19 +0000
parents 695cf19ef79e
children 9ef962497917
comparison
equal deleted inserted replaced
52978:1a5c50faf357 52979:3649390c0f91
25 Input, Alt}. 25 Input, Alt}.
26 26
27 @item Argument 27 @item Argument
28 See `numeric argument.' 28 See `numeric argument.'
29 29
30 @item ASCII character 30 @item @acronym{ASCII} character
31 An ASCII character is either an ASCII control character or an ASCII 31 An @acronym{ASCII} character is either an @acronym{ASCII} control character or an @acronym{ASCII}
32 printing character. @xref{User Input}. 32 printing character. @xref{User Input}.
33 33
34 @item ASCII control character 34 @item @acronym{ASCII} control character
35 An ASCII control character is the Control version of an upper-case 35 An @acronym{ASCII} control character is the Control version of an upper-case
36 letter, or the Control version of one of the characters @samp{@@[\]^_?}. 36 letter, or the Control version of one of the characters @samp{@@[\]^_?}.
37 37
38 @item ASCII printing character 38 @item @acronym{ASCII} printing character
39 ASCII printing characters include letters, digits, space, and these 39 @acronym{ASCII} printing characters include letters, digits, space, and these
40 punctuation characters: @samp{!@@#$%^& *()_-+=|\~` @{@}[]:;"' <>,.?/}. 40 punctuation characters: @samp{!@@#$%^& *()_-+=|\~` @{@}[]:;"' <>,.?/}.
41 41
42 @item Auto Fill Mode 42 @item Auto Fill Mode
43 Auto Fill mode is a minor mode in which text that you insert is 43 Auto Fill mode is a minor mode in which text that you insert is
44 automatically broken into lines of a given maximum width. 44 automatically broken into lines of a given maximum width.
619 the terminal. Input events include typing characters, typing function 619 the terminal. Input events include typing characters, typing function
620 keys, pressing or releasing mouse buttons, and switching between Emacs 620 keys, pressing or releasing mouse buttons, and switching between Emacs
621 frames. @xref{User Input}. 621 frames. @xref{User Input}.
622 622
623 @item Input Method 623 @item Input Method
624 An input method is a system for entering non-ASCII text characters by 624 An input method is a system for entering non-@acronym{ASCII} text characters by
625 typing sequences of ASCII characters (q.v.@:). @xref{Input Methods}. 625 typing sequences of @acronym{ASCII} characters (q.v.@:). @xref{Input Methods}.
626 626
627 @item Insertion 627 @item Insertion
628 Insertion means copying text into the buffer, either from the keyboard 628 Insertion means copying text into the buffer, either from the keyboard
629 or from some other place in Emacs. 629 or from some other place in Emacs.
630 630
686 @xref{Exiting}. 686 @xref{Exiting}.
687 687
688 @item Language Environment 688 @item Language Environment
689 Your choice of language environment specifies defaults for the input 689 Your choice of language environment specifies defaults for the input
690 method (q.v.@:) and coding system (q.v.@:). @xref{Language 690 method (q.v.@:) and coding system (q.v.@:). @xref{Language
691 Environments}. These defaults are relevant if you edit non-ASCII text 691 Environments}. These defaults are relevant if you edit non-@acronym{ASCII} text
692 (@pxref{International}). 692 (@pxref{International}).
693 693
694 @item Line Wrapping 694 @item Line Wrapping
695 See `filling.' 695 See `filling.'
696 696
831 Moving text means erasing it from one place and inserting it in 831 Moving text means erasing it from one place and inserting it in
832 another. The usual way to move text by killing (q.v.@:) and then 832 another. The usual way to move text by killing (q.v.@:) and then
833 yanking (q.v.@:). @xref{Killing}. 833 yanking (q.v.@:). @xref{Killing}.
834 834
835 @item MULE 835 @item MULE
836 MULE refers to the Emacs features for editing multilingual non-ASCII text 836 MULE refers to the Emacs features for editing multilingual non-@acronym{ASCII} text
837 using multibyte characters (q.v.@:). @xref{International}. 837 using multibyte characters (q.v.@:). @xref{International}.
838 838
839 @item Multibyte Character 839 @item Multibyte Character
840 A multibyte character is a character that takes up several bytes in a 840 A multibyte character is a character that takes up several bytes in a
841 buffer. Emacs uses multibyte characters to represent non-ASCII text, 841 buffer. Emacs uses multibyte characters to represent non-@acronym{ASCII} text,
842 since the number of non-ASCII characters is much more than 256. 842 since the number of non-@acronym{ASCII} characters is much more than 256.
843 @xref{International Chars, International Characters}. 843 @xref{International Chars, International Characters}.
844 844
845 @item Named Mark 845 @item Named Mark
846 A named mark is a register (q.v.@:) in its role of recording a 846 A named mark is a register (q.v.@:) in its role of recording a
847 location in text so that you can move point to that location. 847 location in text so that you can move point to that location.
873 Overwrite mode is a minor mode. When it is enabled, ordinary text 873 Overwrite mode is a minor mode. When it is enabled, ordinary text
874 characters replace the existing text after point rather than pushing 874 characters replace the existing text after point rather than pushing
875 it to the right. @xref{Minor Modes}. 875 it to the right. @xref{Minor Modes}.
876 876
877 @item Page 877 @item Page
878 A page is a unit of text, delimited by formfeed characters (ASCII 878 A page is a unit of text, delimited by formfeed characters (@acronym{ASCII}
879 control-L, code 014) coming at the beginning of a line. Some Emacs 879 control-L, code 014) coming at the beginning of a line. Some Emacs
880 commands are provided for moving over and operating on pages. 880 commands are provided for moving over and operating on pages.
881 @xref{Pages}. 881 @xref{Pages}.
882 882
883 @item Paragraph 883 @item Paragraph