aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-03-28 13:56:05 +0200
committerMathias Bynens <mathias@qiwi.be>2012-03-28 13:56:05 +0200
commit2a7a7c07f9b046017b10a7541ffed7f8f5d045bf (patch)
tree764e3e1d86a2503d35b2eb58e045163abcec53ae /.functions
parente74cbc17cffc01021725cdaee16efd30c8135af4 (diff)
downloaddotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.tar.gz
dotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.tar.bz2
dotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.zip
.functions: Minor comment tweaks
Diffstat (limited to '.functions')
-rw-r--r--.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.functions b/.functions
index 900df56..b9ec9dd 100644
--- a/.functions
+++ b/.functions
@@ -64,7 +64,7 @@ function unidecode() {
echo # newline
}
-# Get a character's unicode codepoint
+# Get a character’s Unicode code point
function codepoint() {
perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))"
echo # newline