dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

diminish-autoloads.el (2598B)


      1 ;;; diminish-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from diminish.el
     13 
     14 (autoload 'diminish "diminish" "\
     15 Diminish mode-line display of minor mode MODE to TO-WHAT (default \"\").
     16 
     17 Interactively, enter (with completion) the name of any minor mode, followed
     18 on the next line by what you want it diminished to (default empty string).
     19 The response to neither prompt should be quoted.  However, in Lisp code,
     20 both args must be quoted, the first as a symbol, the second as a string,
     21 as in (diminish 'jiggle-mode \" Jgl\").
     22 
     23 The mode-line displays of minor modes usually begin with a space, so
     24 the modes' names appear as separate words on the mode line.  However, if
     25 you're having problems with a cramped mode line, you may choose to use single
     26 letters for some modes, without leading spaces.  Capitalizing them works
     27 best; if you then diminish some mode to \"X\" but have abbrev-mode enabled as
     28 well, you'll get a display like \"AbbrevX\".  This function prepends a space
     29 to TO-WHAT if it's > 1 char long & doesn't already begin with a space.
     30 
     31 (fn MODE &optional TO-WHAT)" t)
     32 (autoload 'diminish-undo "diminish" "\
     33 Restore mode-line display of diminished mode MODE to its minor-mode value.
     34 Do nothing if the arg is a minor mode that hasn't been diminished.
     35 
     36 Interactively, enter (with completion) the name of any diminished mode (a
     37 mode that was formerly a minor mode on which you invoked \\[diminish]).
     38 To restore all diminished modes to minor status, answer `diminished-modes'.
     39 The response to the prompt shouldn't be quoted.  However, in Lisp code,
     40 the arg must be quoted as a symbol, as in (diminish-undo 'diminished-modes).
     41 
     42 (fn MODE)" t)
     43 (autoload 'diminished-modes "diminish" "\
     44 Echo all active diminished or minor modes as if they were minor.
     45 The display goes in the echo area; if it's too long even for that,
     46 you can see the whole thing in the *Messages* buffer.
     47 This doesn't change the status of any modes; it just lets you see
     48 what diminished modes would be on the mode-line if they were still minor." t)
     49 (register-definition-prefixes "diminish" '("diminish"))
     50 
     51 ;;; End of scraped data
     52 
     53 (provide 'diminish-autoloads)
     54 
     55 ;; Local Variables:
     56 ;; version-control: never
     57 ;; no-byte-compile: t
     58 ;; no-update-autoloads: t
     59 ;; no-native-compile: t
     60 ;; coding: utf-8-emacs-unix
     61 ;; End:
     62 
     63 ;;; diminish-autoloads.el ends here