config

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

textsize-autoloads.el (2401B)


      1 ;;; textsize-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 textsize.el
     13 
     14 (autoload 'textsize-modify-manual-adjust "textsize" "\
     15 Adjust FRAME's font-point adjustment by OFFSET persistently.
     16 
     17 Add a custom fixed offset to the textsize point size calculation.
     18 
     19 If OFFSET is nil, reset adjustment to zero.
     20 
     21 (fn FRAME OFFSET)")
     22 (autoload 'textsize-increment "textsize" "\
     23 Increment the current frame's automatic text size." t)
     24 (autoload 'textsize-decrement "textsize" "\
     25 Decrement the current frame's automatic text size." t)
     26 (autoload 'textsize-reset "textsize" "\
     27 Reset the adjustment on the current frame's automatic text size." t)
     28 (autoload 'textsize-fix-frame "textsize" "\
     29 Set the default text size appropriately for FRAME display.
     30 
     31 (fn &optional FRAME)" t)
     32 (defvar textsize-mode nil "\
     33 Non-nil if Textsize mode is enabled.
     34 See the `textsize-mode' command
     35 for a description of this minor mode.
     36 Setting this variable directly does not take effect;
     37 either customize it (see the info node `Easy Customization')
     38 or call the function `textsize-mode'.")
     39 (custom-autoload 'textsize-mode "textsize" nil)
     40 (autoload 'textsize-mode "textsize" "\
     41 Adjusts the default text size for the size and pixel pitch of the display.
     42 
     43 This is a global minor mode.  If called interactively, toggle the
     44 `Textsize mode' mode.  If the prefix argument is positive, enable
     45 the mode, and if it is zero or negative, disable the mode.
     46 
     47 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     48 the mode if ARG is nil, omitted, or is a positive number.
     49 Disable the mode if ARG is a negative number.
     50 
     51 To check whether the minor mode is enabled in the current buffer,
     52 evaluate `(default-value \\='textsize-mode)'.
     53 
     54 The mode's hook is called both when the mode is enabled and when
     55 it is disabled.
     56 
     57 (fn &optional ARG)" t)
     58 (register-definition-prefixes "textsize" '("textsize-"))
     59 
     60 ;;; End of scraped data
     61 
     62 (provide 'textsize-autoloads)
     63 
     64 ;; Local Variables:
     65 ;; version-control: never
     66 ;; no-byte-compile: t
     67 ;; no-update-autoloads: t
     68 ;; no-native-compile: t
     69 ;; coding: utf-8-emacs-unix
     70 ;; End:
     71 
     72 ;;; textsize-autoloads.el ends here