/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.775 by cyd, Tue Nov 29 23:54:47 2005 UTC revision 1.776 by teirllm, Fri Dec 2 03:31:21 2005 UTC
# Line 3260  default part of the buffer's text.  Exam Line 3260  default part of the buffer's text.  Exam
3260  Invoke \\[apropos-documentation] and type \"transient\" or  Invoke \\[apropos-documentation] and type \"transient\" or
3261  \"mark.*active\" at the prompt, to see the documentation of  \"mark.*active\" at the prompt, to see the documentation of
3262  commands which are sensitive to the Transient Mark mode."  commands which are sensitive to the Transient Mark mode."
3263    :global t :group 'editing-basics :require nil)    :global t :group 'editing-basics)
3264    
3265  (defvar widen-automatically t  (defvar widen-automatically t
3266    "Non-nil means it is ok for commands to call `widen' when they want to.    "Non-nil means it is ok for commands to call `widen' when they want to.
# Line 4230  in the mode line. Line 4230  in the mode line.
4230  Line numbers do not appear for very large buffers and buffers  Line numbers do not appear for very large buffers and buffers
4231  with very long lines; see variables `line-number-display-limit'  with very long lines; see variables `line-number-display-limit'
4232  and `line-number-display-limit-width'."  and `line-number-display-limit-width'."
4233    :init-value t :global t :group 'editing-basics :require nil)    :init-value t :global t :group 'editing-basics)
4234    
4235  (define-minor-mode column-number-mode  (define-minor-mode column-number-mode
4236    "Toggle Column Number mode.    "Toggle Column Number mode.
4237  With arg, turn Column Number mode on iff arg is positive.  With arg, turn Column Number mode on iff arg is positive.
4238  When Column Number mode is enabled, the column number appears  When Column Number mode is enabled, the column number appears
4239  in the mode line."  in the mode line."
4240    :global t :group 'editing-basics :require nil)    :global t :group 'editing-basics)
4241    
4242  (define-minor-mode size-indication-mode  (define-minor-mode size-indication-mode
4243    "Toggle Size Indication mode.    "Toggle Size Indication mode.
4244  With arg, turn Size Indication mode on iff arg is positive.  When  With arg, turn Size Indication mode on iff arg is positive.  When
4245  Size Indication mode is enabled, the size of the accessible part  Size Indication mode is enabled, the size of the accessible part
4246  of the buffer appears in the mode line."  of the buffer appears in the mode line."
4247    :global t :group 'editing-basics :require nil)    :global t :group 'editing-basics)
4248    
4249  (defgroup paren-blinking nil  (defgroup paren-blinking nil
4250    "Blinking matching of parens and expressions."    "Blinking matching of parens and expressions."

Legend:
Removed from v.1.775  
changed lines
  Added in v.1.776

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26