config

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

sort-words-autoloads.el (890B)


      1 ;;; sort-words-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 sort-words.el
     13 
     14 (autoload 'sort-words "sort-words" "\
     15 Sort words in region alphabetically.
     16 Then insert them replacing the existing region.
     17 START and END are boundries of the selected region.
     18 
     19 (fn START END)" t)
     20 (register-definition-prefixes "sort-words" '("sort-words-"))
     21 
     22 ;;; End of scraped data
     23 
     24 (provide 'sort-words-autoloads)
     25 
     26 ;; Local Variables:
     27 ;; version-control: never
     28 ;; no-byte-compile: t
     29 ;; no-update-autoloads: t
     30 ;; no-native-compile: t
     31 ;; coding: utf-8-emacs-unix
     32 ;; End:
     33 
     34 ;;; sort-words-autoloads.el ends here