summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-05 08:31:25 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-05 08:31:25 +0200
commit2a407e694240f2fcbdc61fcf31b88679acde70d2 (patch)
tree26dce0399eafb79d8df326bce3015a82233f12e4 /doc
parentcc415ba56c1a2c05127dc483c3a303acba4a0470 (diff)
Fix a require in the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/hacking_on_cider.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hacking_on_cider.md b/doc/hacking_on_cider.md
index 10b41a66..250435c7 100644
--- a/doc/hacking_on_cider.md
+++ b/doc/hacking_on_cider.md
@@ -24,7 +24,7 @@ then need to require.
;; load CIDER from its source code
(add-to-list 'load-path "~/projects/cider")
(require 'cider)
-(require 'cider-loaddefs)
+(require 'cider-autoloads)
```
### Changing the code