diff options
| author | Stefan Kangas | 2021-12-01 02:15:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-01 02:15:10 +0100 |
| commit | bc6bcb8f0be9c472a381b07c1cfcb1d52f96ebd1 (patch) | |
| tree | 399960eb7bef54a466ddb1df8dc0bdcaa245a7c3 | |
| parent | e632b83a281fedf652d254ceaa210438301e2513 (diff) | |
| download | emacs-bc6bcb8f0be9c472a381b07c1cfcb1d52f96ebd1.tar.gz emacs-bc6bcb8f0be9c472a381b07c1cfcb1d52f96ebd1.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ee0a50be94e..dbf86af4566 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -6736,7 +6736,7 @@ You can set this option through Custom, if you carefully read the | |||
| 6736 | last paragraph below. However, usually it is simpler to write | 6736 | last paragraph below. However, usually it is simpler to write |
| 6737 | something like the following in your init file: | 6737 | something like the following in your init file: |
| 6738 | 6738 | ||
| 6739 | \(setq custom-file \"~/.emacs-custom.el\") | 6739 | \(setq custom-file \"~/.config/emacs-custom.el\") |
| 6740 | \(load custom-file) | 6740 | \(load custom-file) |
| 6741 | 6741 | ||
| 6742 | Note that both lines are necessary: the first line tells Custom to | 6742 | Note that both lines are necessary: the first line tells Custom to |
| @@ -13226,7 +13226,7 @@ retrieval with `flymake-diagnostic-data'. | |||
| 13226 | If LOCUS is a buffer BEG and END should be buffer positions | 13226 | If LOCUS is a buffer BEG and END should be buffer positions |
| 13227 | inside it. If LOCUS designates a file, BEG and END should be a | 13227 | inside it. If LOCUS designates a file, BEG and END should be a |
| 13228 | cons (LINE . COL) indicating a file position. In this second | 13228 | cons (LINE . COL) indicating a file position. In this second |
| 13229 | case, END may be ommited in which case the region is computed | 13229 | case, END may be omitted in which case the region is computed |
| 13230 | using `flymake-diag-region' if the diagnostic is appended to an | 13230 | using `flymake-diag-region' if the diagnostic is appended to an |
| 13231 | actual buffer. | 13231 | actual buffer. |
| 13232 | 13232 | ||
| @@ -24054,7 +24054,7 @@ Coloring: | |||
| 24054 | 24054 | ||
| 24055 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) | 24055 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) |
| 24056 | ;;; Generated autoloads from org/org.el | 24056 | ;;; Generated autoloads from org/org.el |
| 24057 | (push (purecopy '(org 9 5)) package--builtin-versions) | 24057 | (push (purecopy '(org 9 5 1)) package--builtin-versions) |
| 24058 | 24058 | ||
| 24059 | (autoload 'org-babel-do-load-languages "org" "\ | 24059 | (autoload 'org-babel-do-load-languages "org" "\ |
| 24060 | Load the languages defined in `org-babel-load-languages'. | 24060 | Load the languages defined in `org-babel-load-languages'. |