diff -u slime/ChangeLog:1.1973 slime/ChangeLog:1.1975> --- slime/ChangeLog:1.1973 Thu Jan 28 04:52:18 2010> +++ slime/ChangeLog Sat Jan 30 10:59:52 2010> @@ -1,8 +1,19 @@> +2010-01-30 Stas Boukarev stassats@gmail.com> +> + * slime.el (slime-cycle-connections): Change docstring, it> + doesn't make connection buffer-local.> + * doc/slime.texi (Multiple connections): document> + slime-cycle-connections.> +1. The changes to doc/slime.texi (revision 1.95) generated some errors when processed by "makeinfo." It appears line 1593 has invalid syntax: @kbditem{, slime-cycle-connections} The definition of the macro 'kbditem' (line 58) requires a non-null `key' argument.2. Please find attached a pair of patches for slime.el and doc/slime.texi that add 'n' to the slime-selector menu and the key-binding C-c C-x n to the function `slime-cycle-connections'. The changes to doc/slime.texi have been tested by generating new "slime.info", "slime.pdf", and HTML files without any errors. If these patches are acceptable, here are a pair of ChangeLog entries to describe them. (The tags for slime.el have been checked using C-c C-c to verify that they put point at the definitions of the listed symbols in slime.el.) * slime.el: Added missing pieces to make `slime-cycle-connections' available from keystrokes. (slime-prefix-bindings): Added "\C-xn" entry. (slime-cycle-connections): Corrected grammar in doc string. (def-slime-selector-method): Added menu item `n' to SLIME selector menu. * doc/slime.texi: Added a description for the new key sequence for `slime-cycle-connections' and for the new menu item in the SLIME selector menu. Node slime-selector: Added menu item `n' and cross-references to "Multiple Connections" node. Node Multiple connections: Added C-c C-x n description. Added cross-references to `slime-selector' node.---