config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

visual-fill-column-autoloads.el (4248B)


      1 ;;; visual-fill-column-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from visual-fill-column.el
     13 
     14 (autoload 'visual-fill-column-mode "visual-fill-column" "\
     15 Soft-wrap lines according to `fill-column'.
     16 
     17 This minor mode narrows the text area.  Its primary use is in
     18 conjunction with `visual-line-mode', to enable soft word-wrapping
     19 of long lines, but it can also be used in other contexts, e.g.,
     20 to center the text in a window.  To activate it together with
     21 `visual-line-mode', it is usually best to use
     22 `visual-line-fill-column-mode'.
     23 
     24 This is a minor mode.  If called interactively, toggle the
     25 `Visual-Fill-Column mode' mode.  If the prefix argument is
     26 positive, enable the mode, and if it is zero or negative, disable
     27 the mode.
     28 
     29 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     30 the mode if ARG is nil, omitted, or is a positive number.
     31 Disable the mode if ARG is a negative number.
     32 
     33 To check whether the minor mode is enabled in the current buffer,
     34 evaluate `visual-fill-column-mode'.
     35 
     36 The mode's hook is called both when the mode is enabled and when
     37 it is disabled.
     38 
     39 \\{visual-fill-column-mode-map}
     40 
     41 (fn &optional ARG)" t)
     42 (put 'global-visual-fill-column-mode 'globalized-minor-mode t)
     43 (defvar global-visual-fill-column-mode nil "\
     44 Non-nil if Global Visual-Fill-Column mode is enabled.
     45 See the `global-visual-fill-column-mode' command
     46 for a description of this minor mode.
     47 Setting this variable directly does not take effect;
     48 either customize it (see the info node `Easy Customization')
     49 or call the function `global-visual-fill-column-mode'.")
     50 (custom-autoload 'global-visual-fill-column-mode "visual-fill-column" nil)
     51 (autoload 'global-visual-fill-column-mode "visual-fill-column" "\
     52 Toggle Visual-Fill-Column mode in all buffers.
     53 With prefix ARG, enable Global Visual-Fill-Column mode if ARG is positive;
     54 otherwise, disable it.
     55 
     56 If called from Lisp, toggle the mode if ARG is `toggle'.
     57 Enable the mode if ARG is nil, omitted, or is a positive number.
     58 Disable the mode if ARG is a negative number.
     59 
     60 Visual-Fill-Column mode is enabled in all buffers where
     61 `turn-on-visual-fill-column-mode' would do it.
     62 
     63 See `visual-fill-column-mode' for more information on Visual-Fill-Column mode.
     64 
     65 (fn &optional ARG)" t)
     66 (autoload 'visual-line-fill-column-mode "visual-fill-column" "\
     67 Enable `visual-line-mode' and soft-wrap lines according to `fill-column'.
     68 
     69 Use this mode to activate and deactivate `visual-line-mode' and
     70 `visual-fill-column-mode' in conjunction.
     71 
     72 This is a minor mode.  If called interactively, toggle the
     73 `Visual-Line-Fill-Column mode' mode.  If the prefix argument is
     74 positive, enable the mode, and if it is zero or negative, disable
     75 the mode.
     76 
     77 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     78 the mode if ARG is nil, omitted, or is a positive number.
     79 Disable the mode if ARG is a negative number.
     80 
     81 To check whether the minor mode is enabled in the current buffer,
     82 evaluate `visual-line-fill-column-mode'.
     83 
     84 The mode's hook is called both when the mode is enabled and when
     85 it is disabled.
     86 
     87 (fn &optional ARG)" t)
     88 (autoload 'visual-fill-column-split-window-sensibly "visual-fill-column" "\
     89 Split WINDOW sensibly, unsetting its margins first.
     90 This function unsets the window margins and calls
     91 `split-window-sensibly'.
     92 
     93 By default, `split-window-sensibly' does not split a window in
     94 two side-by-side windows if it has wide margins, even if there is
     95 enough space for a vertical split.  This function is used as the
     96 value of `split-window-preferred-function' to allow
     97 `display-buffer' to split such windows.
     98 
     99 (fn &optional WINDOW)")
    100 (register-definition-prefixes "visual-fill-column" '("turn-on-visual-fill-column-mode" "visual-fill-column-"))
    101 
    102 ;;; End of scraped data
    103 
    104 (provide 'visual-fill-column-autoloads)
    105 
    106 ;; Local Variables:
    107 ;; version-control: never
    108 ;; no-byte-compile: t
    109 ;; no-update-autoloads: t
    110 ;; no-native-compile: t
    111 ;; coding: utf-8-emacs-unix
    112 ;; End:
    113 
    114 ;;; visual-fill-column-autoloads.el ends here